This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a commit to branch xiangfu0-patch-1 in repository https://gitbox.apache.org/repos/asf/pinot.git
commit e531e244925060d35ce4295c80b21ad42515b332 Author: Xiang Fu <xiangfu.1...@gmail.com> AuthorDate: Tue Apr 29 06:28:50 2025 -0700 Update helm chart for zookeeper storage class and size --- helm/pinot/values.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/helm/pinot/values.yaml b/helm/pinot/values.yaml index 6912f3d037..00625f1ae2 100644 --- a/helm/pinot/values.yaml +++ b/helm/pinot/values.yaml @@ -781,8 +781,11 @@ zookeeper: persistence: enabled: true + storageClass: "" + #storageClass: "ssd" + ## The amount of PV storage allocated to each Zookeeper pod in the statefulset - # size: "2Gi" + size: "8Gi" ## Specify a Zookeeper imagePullPolicy ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org