Default Che URL prefix should be eclipse-che rather than che-eclipse-che #20998
Labels
area/che-operator
Issues and PRs related to Eclipse Che Kubernetes Operator
kind/enhancement
A feature request - must adhere to the feature request template.
new¬eworthy
For new and/or noteworthy issues that deserve a blog post, new docs, or emphasis in release notes
severity/P2
Has a minor but important impact to the usage or development of the system.
Milestone
Is your enhancement related to a problem? Please describe
Today, when installing che, it ends up with an URL like
https://che-eclipse-che.apps.my-cluster.com/
Describe the solution you'd like
While now there is only one installation of che per cluster, and as there is single-host, it would be better to have a shorter url
something like
https://eclipse-che.apps.my-cluster.com
(no double che)Describe alternatives you've considered
could be just che as well https://che.apps.my-cluter.com
Release Notes Text
The default URL is now shorter and doesn't have the name che repeated twice in it. In fact the URL doesn't depend on the Kubernetes namespace where Che is deployed anymore but is always in the format
eclipse-che.<cluster-domain>
.The text was updated successfully, but these errors were encountered: