Merge pull request #33195 from kinzhi/kinzhi33

[zh]Update content/zh/examples/application/mysql/mysql-services.yaml
pull/33206/head
Kubernetes Prow Robot 2022-04-25 21:40:52 -07:00 committed by GitHub
commit dba55fc802
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -27,4 +27,3 @@ spec:
port: 3306
selector:
app: mysql

View File

@ -14,7 +14,7 @@ spec:
app: mysql
---
# Client service for connecting to any MySQL instance for reads.
# For writes, you must instead connect to the master: mysql-0.mysql.
# For writes, you must instead connect to the primary: mysql-0.mysql.
apiVersion: v1
kind: Service
metadata:
@ -27,4 +27,3 @@ spec:
port: 3306
selector:
app: mysql