Skip to content

Commit

Permalink
Improve formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tstastna committed Sep 10, 2021
1 parent ffe8740 commit 3b1312e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@ $ helm upgrade che -n {prod-namespace} --set global.useInternalClusterSVCNames=f
$ helm upgrade che -n {prod-namespace} --set global.useInternalClusterSVCNames=true \
-f values/multi-user.yaml -f values/tls.yaml .
----
NOTE: If {prod} has been deployed in single-host mode or without TLS, then remove the corresponding flags from the `helm upgrade` command and add other flags if needed.
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@ To change between external and internal inter-component communication, update th

.Prerequisites

* The `{orch-cli}` tool is available.
* An instance of {prod-short} running on {platforms-name}.
* You have installed {prod-short} by using the Operator.

.Procedure

. Configure the `__<property-value>__` value of the `disableInternalClusterSVCNames` property in the CheCluster Custom Resource server settings. To use external {platforms-ingress}, set the `__<property-value>__` to `true`. To use internal {orch-name} DNS names, set the `__<property-value>__` to `false`.
* Configure the `__<property-value>__` value of the `disableInternalClusterSVCNames` property in the CheCluster Custom Resource server settings. Set the value of `__<property-value>__` to:
[horizontal]
`true`:: To use external {platforms-ingress}.
`false`:: To use internal {orch-name} DNS names.

+
====
[source,yaml,subs="+quotes"]
Expand Down

0 comments on commit 3b1312e

Please sign in to comment.