Skip to content

Commit 9e0ccda

Browse files
authored
Merge pull request #44699 from xenolinux/appsDomain
BZ19677592: Removes the appsDomain parameter from the table
2 parents 4ad55b4 + 45bd420 commit 9e0ccda

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

modules/nw-ingress-configuring-application-domain.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
:_content-type: PROCEDURE
77
[id="nw-ingress-configuring-application-domain_{context}"]
8-
= Configuring application domain for the Ingress Controller Operator
8+
= Specifying an alternative cluster domain using the appsDomain option
99

1010
//OpenShift Dedicated or Amazon RH OpenShift cluster administrator
1111

@@ -23,7 +23,7 @@ For example, you can use the DNS domain for your company as the default domain f
2323

2424
. Configure the `appsDomain` field by specifying an alternative default domain for user-created routes.
2525
+
26-
.. Edit the Ingress Controller Operator:
26+
.. Edit the ingress `cluster` resource:
2727
+
2828
[source,terminal]
2929
----

modules/nw-ingress-controller-configuration-parameters.adoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ The `domain` value must be unique among all Ingress Controllers and cannot be up
2525

2626
If empty, the default value is `ingress.config.openshift.io/cluster` `.spec.domain`.
2727

28-
|`appsDomain`
29-
|`appsDomain` is an optional domain for {product-title} to use instead of the one specified in the `domain` field when a Route is created without specifying an explicit host. If a value is entered for `appsDomain`, this value is used to generate default host values for the Route. Unlike `domain`, `appsDomain` can be modified after installation. You can use this parameter only if you set up a new Ingress Controller that uses a wildcard certificate.
30-
3128
|`replicas`
3229
|`replicas` is the desired number of Ingress Controller replicas. If not set, the default value is `2`.
3330

0 commit comments

Comments
 (0)