Skip to content

Commit bd279eb

Browse files
authored
Merge pull request #57887 from jneczypor/OSDOCS-10288
OSDOCS-10288: Update Domain Names
2 parents e5af409 + 76040de commit bd279eb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/osd-applications-config-custom-domains.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ kind: CustomDomain
4343
metadata:
4444
name: <company_name>
4545
spec:
46-
domain: apps.companyname.io <1>
46+
domain: apps.<company_name>.io <1>
4747
scope: External
4848
loadBalancerType: Classic <2>
4949
certificate:
@@ -59,8 +59,8 @@ spec:
5959
<1> The custom domain.
6060
<2> The type of load balancer for your custom domain. This type can be the default `classic` or `NLB` if you use a network load balancer.
6161
<3> The secret created in the previous step.
62-
<4> Optional: Filters the set of Routes serviced by the CustomDomain ingress. If no value is provided, the default is no filtering.
63-
<5> Optional: Filters the set of Namespaces serviced by the CustomDomain ingress. If no value is provided, the default is no filtering.
62+
<4> Optional: Filters the set of routes serviced by the CustomDomain ingress. If no value is provided, the default is no filtering.
63+
<5> Optional: Filters the set of namespaces serviced by the CustomDomain ingress. If no value is provided, the default is no filtering.
6464

6565
. Apply the CR:
6666
+
@@ -109,7 +109,7 @@ $ oc new-app --docker-image=docker.io/openshift/hello-openshift -n my-project
109109
+
110110
[source,terminal]
111111
----
112-
$ oc create route edge --service=hello-openshift hello-openshift-tls --hostname hello-openshift-tls-my-project.apps.acme.io -n my-project
112+
$ oc create route <route_name> --service=hello-openshift hello-openshift-tls --hostname hello-openshift-tls-my-project.apps.<company_name>.io -n my-project
113113
----
114114
+
115115
[source,terminal]

0 commit comments

Comments
 (0)