mirror of
https://github.com/cna-bootcamp/phonebill.git
synced 2026-06-12 19:49: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:
@@ -6,10 +6,10 @@
|
||||
<entry key="CORS_ALLOWED_ORIGINS" value="http://localhost:3000" />
|
||||
<entry key="DB_HOST" value="localhost" />
|
||||
<entry key="DB_KIND" value="postgresql" />
|
||||
<entry key="DB_NAME" value="product_change_db" />
|
||||
<entry key="DB_PASSWORD" value="ProductUser2025@" />
|
||||
<entry key="DB_NAME" value="changedb" />
|
||||
<entry key="DB_PASSWORD" value="P@ssw0rd$" />
|
||||
<entry key="DB_PORT" value="35432" />
|
||||
<entry key="DB_USERNAME" value="product_change_user" />
|
||||
<entry key="DB_USERNAME" value="unicorn" />
|
||||
<entry key="DDL_AUTO" value="update" />
|
||||
<entry key="JWT_ACCESS_TOKEN_VALIDITY" value="18000000" />
|
||||
<entry key="JWT_REFRESH_TOKEN_VALIDITY" value="86400000" />
|
||||
@@ -20,8 +20,8 @@
|
||||
<entry key="KOS_MOCK_ENABLED" value="true" />
|
||||
<entry key="REDIS_DATABASE" value="2" />
|
||||
<entry key="REDIS_HOST" value="localhost" />
|
||||
<entry key="REDIS_PASSWORD" value="Redis2025Dev@" />
|
||||
<entry key="REDIS_PORT" value="6379" />
|
||||
<entry key="REDIS_PASSWORD" value="P@ssw0rd$" />
|
||||
<entry key="REDIS_PORT" value="16379" />
|
||||
<entry key="SERVER_PORT" value="8083" />
|
||||
<entry key="SPRING_PROFILES_ACTIVE" value="dev" />
|
||||
</map>
|
||||
|
||||
Reference in New Issue
Block a user