Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ngc4579 opened this issue Aug 19, 2023 · 2 comments
Open
Labels
cloud networking Related to Services or Ingresses

Comments

@ngc4579
Copy link

ngc4579 commented Aug 19, 2023

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
Copy link
Contributor

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 HoustonPutman added cloud networking Related to Services or Ingresses labels Aug 24, 2023
@ngc4579
Copy link
Author

ngc4579 commented Aug 24, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cloud networking Related to Services or Ingresses
Projects
None yet
Development

No branches or pull requests

2 participants