mirror of https://github.com/istio/istio.io.git
update protocol-selection notes (#14359)
Signed-off-by: Husni Alhamdani <dhanielluis@gmail.com>
This commit is contained in:
parent
a84ecaf44c
commit
65d9905335
|
@ -35,6 +35,8 @@ This can be configured in two ways:
|
||||||
- By the name of the port: `name: <protocol>[-<suffix>]`.
|
- By the name of the port: `name: <protocol>[-<suffix>]`.
|
||||||
- In Kubernetes 1.18+, by the `appProtocol` field: `appProtocol: <protocol>`.
|
- In Kubernetes 1.18+, by the `appProtocol` field: `appProtocol: <protocol>`.
|
||||||
|
|
||||||
|
If both are defined, `appProtocol` takes precedence over the port name.
|
||||||
|
|
||||||
Note that behavior at the Gateway differs in some cases as the gateway can terminate TLS and the protocol can be negotiated.
|
Note that behavior at the Gateway differs in some cases as the gateway can terminate TLS and the protocol can be negotiated.
|
||||||
|
|
||||||
The following protocols are supported:
|
The following protocols are supported:
|
||||||
|
|
Loading…
Reference in New Issue