You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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...
Using the the
SolrClouds
CR andIngress
external addressability method, is there a way to expose Solr under a sub-path, i.e. something likehttps://my.custom.domain/some/path/to/solr
?The text was updated successfully, but these errors were encountered: