MisterTimn commented on code in PR #336: URL: https://github.com/apache/pulsar-helm-chart/pull/336#discussion_r1033761038
########## charts/pulsar/values.yaml: ########## @@ -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 Review Comment: Line 283 just above the changed line. It states >=3 Zookeeper with 1 replica seems like a bad default either way... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
