Zookeeper replicas: adhere to own recommendations (#336)
The comments say ZK replicacount should be >=3 but defaults to 1, should adhere to own recommendations by default
This commit is contained in:
parent
608b51e872
commit
89da2b2890
@ -281,7 +281,7 @@ zookeeper:
|
||||
# so the metrics are correctly rendered in grafana dashboard
|
||||
component: zookeeper
|
||||
# the number of zookeeper servers to run. it should be an odd number larger than or equal to 3.
|
||||
replicaCount: 1
|
||||
replicaCount: 3
|
||||
updateStrategy:
|
||||
type: RollingUpdate
|
||||
podManagementPolicy: Parallel
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user