-
Notifications
You must be signed in to change notification settings - Fork 0
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
[chore] docker-compose를 k8s로 마이그레이션 #7
Draft
codemario318
wants to merge
21
commits into
develop
Choose a base branch
from
chore/k8s
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- backend 관련 매니패스트 추가 - kustomization을 이용한 환경 구분 추가
- ingress.yaml 추가
- fe 관련 설정 추가
- mysql 관련 설정 추가
- redis 관련 설정 추가
- kustomize를 활용한 환경별 설정 추가
- k8s 배포를 위한 github actions 관련 파일 추가
- Github Actions 테스트를 위한 설정 추가
- 1차 배포 오류 수정 EPIC: # Story: # Task: #
- secret 정상 입력 여부 확인을 위한 코드 추가 EPIC: # Story: # Task: #
- github action prod 시크릿 설정 추가
- jest 실행시 ts 처리 불가로 인한 jest.config.ts 추가
- Github Actions 워크플로우 처리 중 shared 디렉터리를 찾을 수 없다는 문제 해결
- Github Actions 워크플로우 중 도커 빌드시 shared 경로를 찾을 수 없는 문제
- Dockerfile 불필요한 환경 변수 제거 - pipeline-fe-k8s.yml actions 시크릿 확인 단계 제거 - Docker hub 로그인 단계 추가 - 성능 향상을 위한 buildx 단계 추가
- backend Dockerfile shared 패키지 및 workspace 설정 파일 복사 처리 추가
- DockerHub 로그인 단계 추가 - 성능 향상을 위한 buildx 단계 추가
- 백엔드, 프론트엔드 파이프라인 kubeconfig 설정 단계 추가
- redis, mysql pv.yaml 추가
- 백엔드, 프론트엔드 파이프라인 secret 도커 태그 추가 - 배포시 도커 허브 관련 인자 포함하도록 수정
- init.sql 실행을 위한 configmap 매니패스트 추가
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🔍️ 이 PR을 통해 해결하려는 문제가 무엇인가요?
✨ 이 PR에서 핵심적으로 변경된 사항은 무엇일까요?
🔖 핵심 변경 사항 외에 추가적으로 변경된 부분이 있나요?
🙏 Reviewer 분들이 이런 부분을 신경써서 봐 주시면 좋겠어요