lhotari commented on code in PR #645:
URL: https://github.com/apache/pulsar-helm-chart/pull/645#discussion_r2661230959


##########
charts/pulsar/values.yaml:
##########
@@ -818,6 +818,19 @@ bookkeeper:
           size: 10Gi
           # storageClassName: existent-storage-class
           mountPath: /pulsar/data/bookkeeper/ledgers1
+    # Optional dedicated volume for BookKeeper indexes / RocksDB 
(`indexDirectories`).
+    # Useful when ledgers are on HDD but you want indexes on NVMe.
+    index:
+      enabled: false
+      name: index
+      size: 10Gi
+      local_storage: true
+      storageClassName: existent-storage-class

Review Comment:
   I think that `storageClassName` should be commented out by default too. In 
that case, I'd assume that the default storage class would get used, similar to 
how the ledgers storageClassName is configured.



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

Reply via email to