mirror of
https://github.com/cna-bootcamp/phonebill.git
synced 2025-12-06 08:06:24 +00:00
bill-inquiry DB storageClass 변경
- storageClass를 'standard'에서 'managed'로 변경 - 운영 환경 호환성 향상 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
4390a0a7a4
commit
054e14b922
@ -7,7 +7,7 @@ global:
|
|||||||
database: "bill_inquiry_db"
|
database: "bill_inquiry_db"
|
||||||
username: "bill_inquiry_user"
|
username: "bill_inquiry_user"
|
||||||
password: "BillUser2025@"
|
password: "BillUser2025@"
|
||||||
storageClass: "standard"
|
storageClass: "managed"
|
||||||
|
|
||||||
# Primary 설정 (개발환경 단독 구성)
|
# Primary 설정 (개발환경 단독 구성)
|
||||||
architecture: standalone
|
architecture: standalone
|
||||||
@ -25,7 +25,7 @@ primary:
|
|||||||
# 스토리지 설정
|
# 스토리지 설정
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
storageClass: "standard"
|
storageClass: "managed"
|
||||||
size: 20Gi
|
size: 20Gi
|
||||||
|
|
||||||
# PostgreSQL 성능 설정 (개발환경 최적화)
|
# PostgreSQL 성능 설정 (개발환경 최적화)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user