Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tictactoeid
Copy link

식샤 서버를 spring으로 이전하려는 계획이 있어, 와플 인프라에 dev 서버를 추가하고자 합니다.
와플 내 다른 서비스 배포 PR이나 식샤 yaml 파일 참고하였습니다.
제가 k8s를 처음 다루어 봐서, 개선점 있으면 리뷰 부탁드립니다..!
https://github.com/wafflestudio/siksha-spring

  • ECR repository는 제가 생성하였습니다.
  • namespace는 기존에 존재하던 siksha-dev를 사용하였습니다.

TODO

  • Route53에 siksha-spring-dev.wafflestudio.com 등록
  • GitHub Action에서 ECR로 image push하도록 설정

@tictactoeid tictactoeid self-assigned this Nov 20, 2024
@tictactoeid tictactoeid requested review from a team as code owners November 20, 2024 15:45
operator: Equal
value: dev
containers:
- image: 405906814034.dkr.ecr.ap-northeast-2.amazonaws.com/siksha-dev/siksha-spring-server
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

아직 이미지가 없어서 tag는 안 붙였습니다. 배포가 급한 건은 아니어서 추후 수정해서 머지하면 될 것 같습니다.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

한번 ecr에 올린 뒤에 붙이면 될 것 같습니다. 로직은 waffle heimdall 레포 내 람다 코드 다시 확인해봐야할 것 같아요.

Copy link
Contributor

@GanziDaeyong GanziDaeyong left a 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
Copy link
Contributor

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이부분은 혹시 어떤 서비스를 참고하신건가요??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants