Skip to content

Commit 240fc27

Browse files
authored
Merge pull request #42221 from skrthomas/OSDOCS-3221
OSDOCS-3221: clarifying default statement per customer confusion
2 parents 71125b4 + e9e90b9 commit 240fc27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/nw-ingress-creating-a-route-via-an-ingress.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
- backend:
3333
service:
3434
name: frontend
35-
port:
35+
port:
3636
number: 443
3737
path: /
3838
pathType: Prefix
@@ -44,7 +44,7 @@ spec:
4444
+
4545
<1> The `route.openshift.io/termination` annotation can be used to configure the `spec.tls.termination` field of the `Route`
4646
as `Ingress` has no field for this. The accepted values are `edge`, `passthrough` and `reencrypt`. All
47-
other values are silently ignored. When unset, `edge` is used.
47+
other values are silently ignored. When the annotation value is unset, `edge` is the default route. The TLS certificate details must be defined in the template file to implement the default edge route.
4848

4949
.. If you specify the `passthrough` value in the `route.openshift.io/termination` annotation, set `path` to `''` and `pathType` to `ImplementationSpecific` in the spec:
5050
+
@@ -60,7 +60,7 @@ other values are silently ignored. When unset, `edge` is used.
6060
backend:
6161
service:
6262
name: frontend
63-
port:
63+
port:
6464
number: 443
6565
----
6666

0 commit comments

Comments
 (0)