apache / solr-operator

Official Kubernetes operator for Apache Solr
https://solr.apache.org/operator
Apache License 2.0
243 stars 112 forks source link

Unable to add additional PVCs to Solr Pods #622

Open sathyak23 opened 9 months ago

sathyak23 commented 9 months ago

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!

HoustonPutman commented 7 months ago

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?