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


##########
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: true
+      name: index
+      size: 10Gi
+      local_storage: true
+      storageClassName: existent-storage-class
+      # storageClass:
+        # ...
+      # selector:
+        # ...
+      mountPath: /pulsar/data/bookkeeper/index

Review Comment:
   All tests in CI break since this is enabled by default. Please disable this 
by default.



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