File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ kind: CustomDomain
43
43
metadata:
44
44
name: <company _name >
45
45
spec:
46
- domain: apps.companyname .io <1>
46
+ domain: apps.< company _name > .io <1>
47
47
scope: External
48
48
loadBalancerType: Classic <2>
49
49
certificate:
59
59
<1> The custom domain.
60
60
<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.
61
61
<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.
64
64
65
65
. Apply the CR:
66
66
+
@@ -109,7 +109,7 @@ $ oc new-app --docker-image=docker.io/openshift/hello-openshift -n my-project
109
109
+
110
110
[source,terminal]
111
111
----
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
113
113
----
114
114
+
115
115
[source,terminal]
You can’t perform that action at this time.
0 commit comments