apache / solr-operator

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

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

Open ngc4579 opened 1 year ago

ngc4579 commented 1 year ago

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?

HoustonPutman commented 1 year ago

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.

ngc4579 commented 1 year ago

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...