Expose Che route on / path to avoid HostAlreadyClaimed error (#810)
parent
7b422c2f7a
commit
a48896f53f
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue