feat: update postgresql-ha replicaCount

This commit is contained in:
icecheng 2025-10-23 17:27:44 +08:00
parent fd7105714a
commit 6085dd22d4

View File

@ -141,7 +141,7 @@ postgresql:
serviceAnnotations: {}
## @param postgresql.replicaCount Number of replicas to deploy. Use an odd number. Having 3 replicas is the minimum to get quorum when promoting a new primary.
##
replicaCount: 3
replicaCount: 1
## @param postgresql.updateStrategy.type Postgresql statefulset strategy type
## ref: https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#update-strategies
## e.g: