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


##########
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:
   well, it looks like storage class will default to `local-storage` if 
`storageClassName` isn't set and `local_storage` is set to `true`. Since the 
storageClassName is commented out for ledger volumes, it's more consistent to 
comment it out here too. 



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