Bumping default redis cluster nodes to 4, otherwise a new cluster cannot complete initialization.

see: https://github.com/bitnami/charts/blob/main/bitnami/redis-cluster/values.yaml#L781
  cluster.nodes The number of master nodes should always be >= 3, otherwise cluster creation will fail
This commit is contained in:
Jarett Stevens 2023-12-20 17:45:15 -06:00
parent 323bcd7526
commit 0031101a8f

View file

@ -485,7 +485,7 @@ redis-cluster:
enabled: true
usePassword: false
cluster:
nodes: 3 # default: 6
nodes: 4 # default: 6
replicas: 0 # default: 1
## @section postgresql-ha