solr-operator icon indicating copy to clipboard operation
solr-operator copied to clipboard

External Addressability (Ingress): How to expose Solr under a sub-path?

Open ngc4579 opened this issue 2 years ago • 2 comments

Using the the SolrClouds CR and Ingress external addressability method, is there a way to expose Solr under a sub-path, i.e. something like https://my.custom.domain/some/path/to/solr?

ngc4579 avatar Aug 19 '23 04:08 ngc4579

Hmmm the solr operator doesn't support that currently. Have you set Solr to listen to a different host context other than "/solr"? The solr operator assumes this path quite a lot, so I'm not sure it would really work.

HoustonPutman avatar Aug 24 '23 16:08 HoustonPutman

Yeah, I already thought so... thank you for clarification. I've found an alternative approach, disabling external addressability via the operator CR and instead deploying SolrClouds in an umbrella chart with an additional (custom) Ingress resource. Works so far (evaluation system), apart from Keycloak (OIDC) integration...

ngc4579 avatar Aug 24 '23 20:08 ngc4579