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

Ability to set custom hostname for SolrCloud #667

Open
mcarroll1 opened this issue Dec 14, 2023 · 2 comments
Open

Ability to set custom hostname for SolrCloud #667

mcarroll1 opened this issue Dec 14, 2023 · 2 comments
Labels
enhancement New feature or request networking Related to Services or Ingresses

Comments

@mcarroll1
Copy link

Hello,

Much like the addressability.external.domainName value in the SolrCloud resource, it would be helpful to have something like addressability.external.hostName to specify a particular hostname for external accessibility. It appears now that the hostname is always set to <namespace>-<solrcloud-name>-solrcloud (https://github.com/apache/solr-operator/blob/main/api/v1beta1/solrcloud_types.go#L1339) which is a bit redundant for my team's implementation of one SolrCloud per namespace (we end up with something like solralpha-solralpha-solrcloud.domain.com).

Thanks for your consideration!

@janhoy
Copy link
Contributor

janhoy commented Jan 3, 2024

Had the same need. Perhaps a configurable service-name template would be cool, where the default could be serviceNameTemplate: %n-%r-solrcloud given that %n=namespace, %r=releaseName.

@HoustonPutman
Copy link
Contributor

Yeah, I agree that could be cool!

@HoustonPutman HoustonPutman added enhancement New feature or request networking Related to Services or Ingresses labels Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request networking Related to Services or Ingresses
Projects
None yet
Development

No branches or pull requests

3 participants