REFACTOR(postgresql): migrate PostgreSQL storage

- Migrate to local-path-retain storageClass
- Update storage configuration
This commit is contained in:
2026-01-04 17:00:58 +09:00
parent c2cda8ee36
commit 0935908d0f

View File

@@ -8,11 +8,11 @@ spec:
imageName: ghcr.io/cloudnative-pg/postgresql:16.6 imageName: ghcr.io/cloudnative-pg/postgresql:16.6
# Number of instances # Number of instances
instances: 3 # 1 primary + 2 replicas for HA instances: 4 # Temporarily 4 for storage migration
# Storage configuration - using local-path-retain for data protection # Storage configuration - using local-path-retain for data protection
storage: storage:
storageClass: local-path storageClass: local-path-retain
size: 10Gi size: 10Gi
# Resource requests and limits # Resource requests and limits