gortiz commented on code in PR #9012:
URL: https://github.com/apache/pinot/pull/9012#discussion_r921950770
##########
kubernetes/helm/pinot/values.yaml:
##########
@@ -457,7 +469,10 @@ minionStateless:
protocol: TCP
name: minion
- resources: {}
Review Comment:
I'm reading our chart values and it seems we have a section:
```
## Environmental variables to set in Zookeeper
env:
## The JVM heap size to allocate to Zookeeper
ZK_HEAP_SIZE: "256M"
```
but that env is being ignored by bitnami zookeeper chart and in fact 1024 is
being used :facepalm:. So I guess I can include the same request specified to
the rest of the services
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]