Modify che url #16670
Labels
area/chectl
Issues related to chectl, the CLI of Che
kind/question
Questions that haven't been identified as being feature requests or bugs.
Milestone
Hi all, currently the url to open che needs to be like
https://che-che.mydomain.com
.Instead of the above url, if I would like the url to be like
https://myapp.mydomain.com
, what is the best way to accomplish this?Please note that
serverStrategy = "multi-host"
.Pls refer to the file
deploy/kubernetes/helm/che/templates/_hostHelper.tpl
.Can the following line in the template be customized to achieve that ? :
{{- printf "che-%s.%s" .Release.Namespace .Values.global.ingressDomain }}
Changing the above line to:
{{- printf "helloWorld.%s" .Values.global.ingressDomain }}
? will it work ?Do we have any (security or networking or cluster or any other) issues if we change it like shown above?
Thanks in advance for your help.
The text was updated successfully, but these errors were encountered: