Re: Solr operator ConfigMap support

2021-07-15 Thread Joel Bernstein
Thanks Houston, this makes perfect sense. Best. Joel Bernstein http://joelsolr.blogspot.com/ On Thu, Jul 15, 2021 at 1:21 PM Houston Putman wrote: > Hey Joel, > >1. You are correct, only solr.xml and log4j2.xml are currently > supported. >2. Are you looking at the >"SolrCloud.spec

Re: Solr operator ConfigMap support

2021-07-15 Thread Houston Putman
Hey Joel, 1. You are correct, only solr.xml and log4j2.xml are currently supported. 2. Are you looking at the "SolrCloud.spec.customSolrKubeOptions.podOptions.volumes" section? If so, then yes, this is a way to mount whatever extra volumes you want to add to your Solr container,

Solr operator ConfigMap support

2021-07-15 Thread Joel Bernstein
I've been digging into the ConfigMap support in the Solr operator. Based on the documentation only the solr.xml and log4j2.xml seem to be supported by the Solr operator. A couple questions about this: 1) Am I correct in my reading of the documentation or is there broader support for config files?