Expose Che route on / path to avoid HostAlreadyClaimed error (#810)

pull/809/head
Serhii Leshchenko 2021-04-30 19:59:12 +03:00 committed by GitHub
parent 7b422c2f7a
commit a48896f53f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -719,7 +719,7 @@ func (r *ReconcileChe) Reconcile(request reconcile.Request) (reconcile.Result, e
deployContext,
cheFlavor,
customHost,
"",
"/",
exposedServiceName,
8080,
deployContext.CheCluster.Spec.Server.CheServerRoute,
@ -934,7 +934,7 @@ func getDefaultCheHost(deployContext *deploy.DeployContext) (string, error) {
deployContext,
cheFlavor,
"",
"",
"/",
getServerExposingServiceName(deployContext.CheCluster),
8080,
deployContext.CheCluster.Spec.Server.CheServerRoute,