solr-operator
solr-operator copied to clipboard
Unable to add additional PVCs to Solr Pods
Currently we have one PVC defined in the dataStorage block in values file which is mounted to /var/solr/data
I am trying to add an additional PVC to the dataStorage block and mount it to the path /var/solr/logs but I am unable to do it.
Can we add more than one PVC to the dataStorage block? If so, can someone please help with the instructions. Thanks!
Hmmm, Yeah I don't think we support more than one PVC right now. You can try adding it, PRs are always welcome.
Why are you looking to store logs on persistent volumes?