hmontesdeoca opened a new issue, #534:
URL: https://github.com/apache/solr-operator/issues/534
Hello,
I am currently using Azure to set up aks clusters utilizing solr-cloud helm
charts and the provided zookeeper ensemble. I want to mount zookeeper logs onto
a Azure File Share but I cant seem to specify a pvc for the zk provided
ensemble. It only seems to accept a 'spec' as some sort of reference. How can I
specify a PVC for zookeeper? Can I mount directly to the logs directory for
zookeeper pods?
```
zk:
provided:
persistence:
spec:
storageClassName: "solr"
#can I specify a path, volume, volume mount, or pvc?
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]