1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 15:46:57 +01:00

Merge pull request #42281 from openshift-cherrypick-robot/cherry-pick-42221-to-enterprise-4.10

[enterprise-4.10] OSDOCS-3221: clarifying default statement per customer confusion
This commit is contained in:
Ashley Hardin
2022-02-23 11:06:47 -05:00
committed by GitHub

View File

@@ -32,7 +32,7 @@ spec:
- backend:
service:
name: frontend
port:
port:
number: 443
path: /
pathType: Prefix
@@ -44,7 +44,7 @@ spec:
+
<1> The `route.openshift.io/termination` annotation can be used to configure the `spec.tls.termination` field of the `Route`
as `Ingress` has no field for this. The accepted values are `edge`, `passthrough` and `reencrypt`. All
other values are silently ignored. When unset, `edge` is used.
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.
.. If you specify the `passthrough` value in the `route.openshift.io/termination` annotation, set `path` to `''` and `pathType` to `ImplementationSpecific` in the spec:
+
@@ -60,7 +60,7 @@ other values are silently ignored. When unset, `edge` is used.
backend:
service:
name: frontend
port:
port:
number: 443
----