Conversation
added 16 commits
July 24, 2025 10:54
- GitHub Actions 워크플로우 추가 (테스트 + 빌드만) - Dockerfile 추가 (Docker 이미지 빌드용) - README 업데이트 (CI/CD 테스트 정보 추가) Note: k8s 배포 설정은 CI/CD 테스트 완료 후 별도 추가 예정
- Config Server Git URI 통일 (ConfigMap과 application.yml) - Auth 서비스 오타 수정 (max-idel → max-idle, min-idel → min-idle) - ElastiCache 설정을 valkey로 통일 (redis → valkey) - Auth 서비스 Spring 설정 중복 제거 - 환경변수 참조 일관성 확보 (ELASTICACHE_AUTH_ENDPOINT 사용) - Dockerfile 헬스체크 수정 (curl → wget)
- application.yml에 encrypt.key 설정 추가 - Spring Cloud Config 보안 강화 - Kubernetes Secret 환경변수 연동
- 기존 config-server-cicd.yml 삭제 - config-server 디렉토리를 config로 통합 - Gradle에서 Maven으로 빌드 시스템 변경 - backend-ci-cd.yaml와 호환되도록 구조 조정
- application.yml: spring.application.name을 config로 변경 - k8s/deployment.yaml: 모든 config-server 참조를 config로 변경 - k8s/service.yaml: 서비스명과 라벨을 config로 변경, namespace를 platform으로 수정 - k8s/configmap.yaml: ConfigMap명과 application name을 config로 변경 - ECR 이미지명을 mapzip-dev-ecr-config로 업데이트하여 새로운 CI/CD와 일치
- 서비스명을 config-server에서 config로 변경 - Maven 빌드 시스템으로 업데이트 - 통합 CI/CD 파이프라인 정보 반영 - Kubernetes namespace를 platform으로 변경 - ECR 이미지명을 mapzip-dev-ecr-config로 업데이트 - ArgoCD 배포 방식 설명 추가 - Config Repository 구조 및 접근 방법 상세화
- .dockerignore 추가: Maven 프로젝트에 최적화된 파일 제외 규칙 - Dockerfile 최적화: 멀티스테이지 빌드, 보안 강화, 헬스체크 추가 - 개발/테스트용 파일 정리: scripts/, k8s/ 디렉토리를 Desktop으로 이동 - JAR 파일 경로 수정: Maven 빌드 결과물에 맞게 조정 이제 Config Server가 통합 CI/CD 파이프라인과 완전히 호환됩니다.
- .gitignore: Gradle 관련 설정을 Maven 관련 설정으로 변경 - .gradle, build/ → target/, .mvn/ 등 Maven 관련 디렉토리 - Maven 빌드 산출물 및 임시 파일들 추가 - .gitattributes: gradlew → mvnw로 변경, 추가 파일 타입 정의 - Eclipse 관련 파일들 정리: .classpath, .project, .settings, .metadata 제거 - 빌드 산출물 정리: target/, bin/ 디렉토리 제거 이제 Git 설정이 Maven 빌드 시스템과 완전히 일치합니다.
This file contains hidden or 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
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.
✅ 요약
CICD 테스트