feat: update postgresql-ha replicaCount
This commit is contained in:
parent
fd7105714a
commit
6085dd22d4
@ -141,7 +141,7 @@ postgresql:
|
|||||||
serviceAnnotations: {}
|
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.
|
## @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
|
## @param postgresql.updateStrategy.type Postgresql statefulset strategy type
|
||||||
## ref: https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#update-strategies
|
## ref: https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#update-strategies
|
||||||
## e.g:
|
## e.g:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user