mirror of https://github.com/istio/istio.io.git
fix/content/zn/docs/ops/configuration/traffic-management/protocol-selection/index.md (#10970)
This commit is contained in:
parent
dd7d71475d
commit
e2b27d98d6
|
@ -59,9 +59,9 @@ metadata:
|
||||||
name: myservice
|
name: myservice
|
||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
- number: 3306
|
- port: 3306
|
||||||
name: database
|
name: database
|
||||||
appProtocol: mysql
|
appProtocol: mysql
|
||||||
- number: 80
|
- port: 80
|
||||||
name: http-web
|
name: http-web
|
||||||
{{< /text >}}
|
{{< /text >}}
|
||||||
|
|
Loading…
Reference in New Issue