mirror of
https://github.com/cna-bootcamp/phonebill.git
synced 2026-06-13 03:59:10 +00:00
Jenkins 기반 CI/CD 파이프라인 구성
- 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>
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
# dev Environment Configuration
|
||||
resource_group=rg-digitalgarage-01
|
||||
cluster_name=aks-digitalgarage-01
|
||||
# Dev Environment Configuration
|
||||
# Minikube Remote 환경 설정
|
||||
k8s_context=minikube-remote
|
||||
namespace=phonebill
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# prod Environment Configuration
|
||||
resource_group=rg-digitalgarage-01
|
||||
cluster_name=aks-digitalgarage-01
|
||||
# Production Environment Configuration
|
||||
# Minikube Remote 환경 설정
|
||||
k8s_context=minikube-remote
|
||||
namespace=phonebill-prod
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# staging Environment Configuration
|
||||
resource_group=rg-digitalgarage-01
|
||||
cluster_name=aks-digitalgarage-01
|
||||
# Staging Environment Configuration
|
||||
# Minikube Remote 환경 설정
|
||||
k8s_context=minikube-remote
|
||||
namespace=phonebill-staging
|
||||
|
||||
Reference in New Issue
Block a user