-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
식샤 스프링 dev 서버 추가 #228
base: main
Are you sure you want to change the base?
식샤 스프링 dev 서버 추가 #228
Conversation
operator: Equal | ||
value: dev | ||
containers: | ||
- image: 405906814034.dkr.ecr.ap-northeast-2.amazonaws.com/siksha-dev/siksha-spring-server |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
아직 이미지가 없어서 tag는 안 붙였습니다. 배포가 급한 건은 아니어서 추후 수정해서 머지하면 될 것 같습니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
한번 ecr에 올린 뒤에 붙이면 될 것 같습니다. 로직은 waffle heimdall 레포 내 람다 코드 다시 확인해봐야할 것 같아요.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
저희 CD 까지 붙이고 진행하면 좋겠군요. 다만 제가 인지하기로는 인프라 재정 상황이 넉넉하지는 않은 상황이라, 논의 후에 배포는 최대한 미루게 될 수도 있을 것 같습니다. 👍 수고하셨습니다. 🙇
app: siksha-spring-server | ||
namespace: siksha-dev | ||
spec: | ||
replicas: 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
replica 1이면 롤링 업데이트가 당장 효과는 없겠군요..ㅎㅎ
memory: 256Mi | ||
limits: | ||
cpu: 200m | ||
memory: 256Mi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이부분은 혹시 어떤 서비스를 참고하신건가요??
식샤 서버를 spring으로 이전하려는 계획이 있어, 와플 인프라에 dev 서버를 추가하고자 합니다.
와플 내 다른 서비스 배포 PR이나 식샤 yaml 파일 참고하였습니다.
제가 k8s를 처음 다루어 봐서, 개선점 있으면 리뷰 부탁드립니다..!
https://github.com/wafflestudio/siksha-spring
TODO