autumnqfeng opened a new pull request #169:
URL: https://github.com/apache/pulsar-helm-chart/pull/169


   Fixes #<xyz>
   
   ### Motivation
   
   Installing ZooKeeper and BookKeeper through Helm Charts fails when K8S does 
not support PVC, so I think Helm Charts should support mounting to local disks.
   
   ### Modifications
   
   * `values.yaml` added the `hostPath` configuration for mounting to a local 
disk.
   * Mount the `/zookeeper/data` directory to the local disk in  
`zookeeper-statefulset.yaml` .
   * In `bookkeeper-statefulset.yaml`, mount the `/bookie/journal` and 
`/bookie/ledgers` to the local disk. For example, mount journal to the local 
SSD and ledgers to HDD.
   
   ### Verifying this change
   
   - [ ]  Make sure that the change passes the CI checks.
   


-- 
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: dev-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to