fix/content/zn/docs/ops/configuration/traffic-management/protocol-selection/index.md (#10970)

This commit is contained in:
lifeng 2022-03-01 01:19:40 +08:00 committed by GitHub
parent dd7d71475d
commit e2b27d98d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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 >}}