mirror of https://github.com/istio/istio.io.git
Deprecated tasks do not need tests + small fwording fix (#7971)
This commit is contained in:
parent
4b84e79a66
commit
ce4cbcf9a8
|
|
@ -22,8 +22,8 @@ Protocols can be specified manually in the Service definition.
|
|||
|
||||
This can be configured in two ways:
|
||||
|
||||
- By the name of port the port, like `name: <protocol>[-<suffix>]`.
|
||||
- In Kubernetes 1.18+, by the `appProtocol` field, like `appProtocol: <protocol>`.
|
||||
- By the name of the port: `name: <protocol>[-<suffix>]`.
|
||||
- In Kubernetes 1.18+, by the `appProtocol` field: `appProtocol: <protocol>`.
|
||||
|
||||
The following protocols are supported:
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ weight: 51
|
|||
aliases:
|
||||
- /docs/examples/advanced-gateways/egress_sni_monitoring_and_policies/
|
||||
owner: istio/wg-networking-maintainers
|
||||
test: no
|
||||
test: n/a
|
||||
---
|
||||
|
||||
{{< warning >}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue