- podTemplate에 cloud: 'k8s' 설정 추가
- Jenkins Kubernetes 클라우드 설정과 연결
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Kustomize 기반 환경별(dev/staging/prod) 매니페스트 관리
- Jenkins 파이프라인 스크립트 작성 (Podman, Gradle, kubectl 컨테이너)
- SonarQube 코드 품질 분석 및 Quality Gate 연동
- 수동 배포 및 리소스 검증 스크립트 추가
- k8s 매니페스트 구조 재정리 (configmaps, secrets, deployments, services 분리)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- kos-mock Entity 클래스 개선 (BillEntity, CustomerEntity, ProductEntity)
- user-service Entity 클래스 개선 (AuthUserEntity, AuthUserPermissionEntity)
- UserService 로직 개선
- kos-mock 데이터베이스 업데이트
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- REDIS_HOST를 외부 IP에서 localhost로 변경
- REDIS_PASSWORD 업데이트
- 로컬 개발 환경 설정
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- storageClass를 'standard'에서 'managed'로 변경
- 운영 환경 호환성 향상
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- CLAUDE.md 가이드 섹션 최신화 (2025-11-18)
- GradleWrapper생성가이드, ArgoCD파이프라인준비가이드 등 신규 가이드 추가
- bill-inquiry-postgres LoadBalancer 타입 변경
- 서비스 실행 프로파일 업데이트 (bill-service, product-service, user-service)
- kos-mock 데이터베이스 업데이트
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- GitHub Actions 워크플로우 파일 추가
- 빌드, 테스트, 이미지 생성 자동화
- ArgoCD 동기화 트리거 구성
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
🚀 주요 변경사항:
- Kustomize 기반 환경별(dev/staging/prod) 매니페스트 관리
- SonarQube 코드 품질 분석 통합
- 환경별 Docker 이미지 빌드 및 푸시
- AKS 자동 배포 워크플로우
- 수동 배포 스크립트 추가
📁 생성된 파일:
- GitHub Actions 워크플로우: .github/workflows/backend-cicd.yaml
- Kustomize Base: 23개 파일
- Kustomize Overlays: dev(12), staging(12), prod(12)
- 환경별 설정 파일: 3개
- 배포 스크립트: 1개
- 가이드 문서: 1개
✨ 주요 기능:
- 환경별 독립적 설정 (replicas, resources, secrets)
- SonarQube Quality Gate 검증 (선택적)
- 롤백 지원 (GitHub Actions, kubectl, 수동 스크립트)
- HTTPS 지원 (staging/prod)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- withSonarQubeEnv wrapper를 각 서비스별로 개별 적용
- Quality Gate 확인을 서비스별로 순차 처리
- sonar.java.binaries와 sonar.coverage.jacoco.xmlReportPaths 경로 정확히 지정
- 'No previous SonarQube analysis found' 오류 해결
- 각 단계별 상세 로깅 추가
- 이미지 태그 생성 방식 변경
* 기존: 고정값 "dg0500"
* 개선: "dg0500-{타임스탬프}" 형태로 유니크 태그 생성
* getImageTag() 함수 활용한 동적 태그 생성
- 배포 추적성 향상
* 각 빌드별 고유한 이미지 태그 생성
* ArgoCD에서 배포 이력 추적 용이
* 롤백 시 정확한 버전 식별 가능
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- GitHub Actions 워크플로우 최적화
* YAML 들여쓰기 표준화
* 매니페스트 레포지토리 업데이트 로직 개선
* Kustomize 기반 이미지 태그 업데이트
- Jenkins ArgoCD 파이프라인 개선
* AKS 설정 단계 제거 (GitOps 방식)
* sed 명령 기반 매니페스트 직접 업데이트
* 변경사항 확인 로직 추가
- GitOps 워크플로우 최적화
* 매니페스트 레포지토리 직접 조작
* ArgoCD 자동 동기화 대응
* 환경별 배포 자동화 개선
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- GitHub Actions + ArgoCD 워크플로우 추가
* backend-cicd_ArgoCD.yaml: GitHub Actions 기반 CI/CD
* Jenkinsfile_ArgoCD: Jenkins + ArgoCD 통합 파이프라인
- GitOps 방식 배포 지원
* 소스코드와 배포 매니페스트 분리
* ArgoCD 자동 동기화 및 배포
* 환경별 GitOps 레포지토리 관리
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Kustomize 기반 환경별 배포 구조 구성
* Base: 공통 매니페스트 (29개 파일)
* Overlays: dev/staging/prod 환경별 설정 (39개 파일)
* 환경별 리소스 및 보안 정책 차별화
- Jenkins 파이프라인 구현
* JDK 21, Podman, Kustomize 통합
* SonarQube 품질 분석 및 Quality Gate
* 환경별 이미지 태그 및 배포 자동화
* Pod 자동 정리로 리소스 최적화
- 운영 도구 및 스크립트
* 수동 배포 스크립트 (deploy.sh)
* 리소스 검증 스크립트 (validate-resources.sh)
* 환경별 설정 파일 관리
- 완전한 가이드 문서
* Jenkins 설정 및 Credentials 등록 방법
* SonarQube 연동 및 Quality Gate 설정
* 배포 실행 및 트러블슈팅 가이드
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- 구축 가이드 문서 포맷 개선 및 가독성 향상
- 프로젝트 정보 섹션 정리
- 사용자 편의성을 위한 문서 구조 최적화
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- GitHub Actions 전용 Kustomize 매니페스트 구조 생성
- 환경별(dev/staging/prod) Overlay 및 Patch 파일 작성
- SonarQube 코드 품질 분석 통합
- Docker 이미지 빌드 및 Azure Container Registry 푸시
- Kubernetes 자동 배포 워크플로우 구성
- 수동 배포 스크립트 및 구축 가이드 문서 추가
주요 기능:
- 자동 배포: Push/PR 시 dev 환경 자동 배포
- 수동 배포: 환경 선택 가능한 워크플로우 트리거
- 환경별 최적화: dev(1 replica), staging(2 replicas), prod(3 replicas)
- 보안 설정: staging/prod HTTPS, JWT 토큰 유효시간 조정
- 롤백 지원: GitHub Actions, kubectl, 수동 스크립트
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Redis 캐시 설치 정보 추가
- 각 서비스별 PostgreSQL 연결 정보 정리
- 클러스터 내부 접속 정보 구체화
- Kubernetes Secret 정보 추가
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- 데이터베이스 연결 정보 업데이트 (LoadBalancer External IP 적용)
- Redis 캐시 설정 최적화
- API Gateway CORS 설정 개선
- 백엔드 서비스 보안 설정 강화
- 데이터베이스 테스트 연결 스크립트 추가
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- 매니페스트 레포지토리 클론 로직 추가
- 각 서비스별 이미지 태그 자동 업데이트 (sed 명령 사용)
- Git 인증 정보를 활용한 안전한 푸시 구현
- 배포 완료 메시지 및 ArgoCD 자동 배포 안내
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- 중복된 namespace.yaml 파일 제거
- Kustomization 파일 정리 및 최적화
- Jenkinsfile_ArgoCD 파일 위치 정리
- GitHub Actions 워크플로우 개선
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- GitHub Actions: 백엔드 서비스 자동 배포 워크플로우 추가
- Jenkins Pipeline: ArgoCD 연동 파이프라인 구성
- 컨테이너 빌드 및 이미지 푸시 자동화
- ArgoCD 자동 동기화 설정
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Kustomize 기반 환경별 배포 구성 (dev/staging/prod)
- GitHub Actions 워크플로우 및 환경별 설정 파일 작성
- 수동 배포 스크립트 및 상세 가이드 문서 작성
- SonarQube 코드 품질 분석 통합 (선택적 실행)
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Kustomize 기반 환경별 배포 자동화 구현
- dev/staging/prod 환경별 리소스 및 설정 차별화
- SonarQube 품질 분석 통합 (선택적 실행)
- 자동/수동 트리거 지원
- 수동 배포 스크립트 및 가이드 문서 제공
주요 구성 요소:
- GitHub Actions 워크플로우: .github/workflows/backend-cicd.yaml
- Kustomize 매니페스트: .github/kustomize/{base,overlays}
- 환경별 설정: .github/config/deploy_env_vars_*
- 배포 스크립트: .github/scripts/deploy-actions.sh
- 상세 가이드: .github/actions-pipeline-guide.md
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- GitHub Actions 전용 Kustomize 매니페스트 생성 (.github/kustomize/)
- 환경별 Overlay 구성 (dev/staging/prod)
- Base Kustomization 및 환경별 패치 파일 작성
- GitHub Actions 워크플로우 파일 작성 (.github/workflows/backend-cicd.yaml)
- 환경별 설정 파일 및 수동 배포 스크립트 작성
- CI/CD 구축 가이드 문서 생성 (.github/deploy-actions-cicd-back.md)
주요 기능:
- 자동 빌드/테스트/배포 파이프라인
- SonarQube 코드 품질 분석 (선택적)
- 환경별 최적화 설정 (리소스, 보안, 도메인)
- ACR 기반 컨테이너 이미지 관리
- 헬스체크 및 롤백 지원
- Base kustomization에서 commonLabels 섹션 제거
- 환경별 네임스페이스로 충분한 리소스 분리 구현
- 모든 환경 빌드 검증 완료
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Base에 system: phonebill 공통 레이블 추가
- 환경별 overlay에서 중복 labels 설정 제거
- 파일 끝 줄바꿈 정리로 일관성 확보
- 모든 환경 Kustomize 빌드 검증 완료
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>