fix(k8s,docs): scale ddb-cluster to single instance, pin minio to storage namespace, document 3-CP topology in USAGE
This commit is contained in:
@@ -7,8 +7,10 @@ metadata:
|
||||
app: postgresql
|
||||
layer: data
|
||||
spec:
|
||||
# 3-node cluster for HA
|
||||
instances: 3
|
||||
# Single instance — cp-1 is the only schedulable node in the 3-CP topology
|
||||
# (.163/.166 are dedicated control planes with no workload scheduling/storage).
|
||||
# Postgres standby HA is traded away; control-plane/etcd HA is unaffected.
|
||||
instances: 1
|
||||
|
||||
# PostgreSQL 16.2
|
||||
imageName: ghcr.io/cloudnative-pg/postgresql:16.2
|
||||
|
||||
Reference in New Issue
Block a user