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:
Jasper Vaneessen 2023-12-11 10:36:25 +00:00 committed by GitHub
parent 608b51e872
commit 89da2b2890
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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