Skip to content
This repository was archived by the owner on Sep 8, 2021. It is now read-only.

Commit

Permalink
Enabling 'single-host' route exposure strategy by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuziuk committed Nov 6, 2020
1 parent 4020503 commit 9fdf2ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/operators/che/che_cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ spec:
CHE_WORKSPACE_SIDECAR_DEFAULT__CPU__REQUEST__CORES: '0.03'
CHE_WORKSPACE_STOP_ROLE_ENABLED: 'true'
selfSignedCert: false
serverExposureStrategy: 'single-host'
tlsSupport: true
allowUserDefinedWorkspaceNamespaces: false
cheFlavor: che
Expand Down
1 change: 1 addition & 0 deletions config/operators/crw/crw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ spec:
CHE_WORKSPACE_SIDECAR_DEFAULT__CPU__REQUEST__CORES: '0.03'
CHE_WORKSPACE_STOP_ROLE_ENABLED: 'true'
selfSignedCert: false
serverExposureStrategy: 'single-host'
tlsSupport: true
allowUserDefinedWorkspaceNamespaces: false
cheFlavor: codeready-workspaces
Expand Down

0 comments on commit 9fdf2ae

Please sign in to comment.