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
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!
The text was updated successfully, but these errors were encountered:
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.
Hello,
Much like the
addressability.external.domainName
value in the SolrCloud resource, it would be helpful to have something likeaddressability.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 likesolralpha-solralpha-solrcloud.domain.com
).Thanks for your consideration!
The text was updated successfully, but these errors were encountered: