mirror of
https://github.com/cna-bootcamp/phonebill.git
synced 2026-06-12 19:49:10 +00:00
가이드 업데이트 및 DB 설정 변경
- 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>
This commit is contained in:
@@ -7,7 +7,7 @@ global:
|
||||
database: "bill_inquiry_db"
|
||||
username: "bill_inquiry_user"
|
||||
password: "BillUser2025@"
|
||||
storageClass: "managed"
|
||||
storageClass: "standard"
|
||||
|
||||
# Primary 설정 (개발환경 단독 구성)
|
||||
architecture: standalone
|
||||
@@ -25,7 +25,7 @@ primary:
|
||||
# 스토리지 설정
|
||||
persistence:
|
||||
enabled: true
|
||||
storageClass: "managed"
|
||||
storageClass: "standard"
|
||||
size: 20Gi
|
||||
|
||||
# PostgreSQL 성능 설정 (개발환경 최적화)
|
||||
|
||||
Reference in New Issue
Block a user