[zh]Update content/zh/examples/application/mysql/mysql-services.yaml

This commit is contained in:
wei.wang
2022-04-25 23:36:20 +08:00
parent a49bb7fed1
commit 68dbecde3a
2 changed files with 1 additions and 3 deletions
@@ -27,4 +27,3 @@ spec:
port: 3306 port: 3306
selector: selector:
app: mysql app: mysql
@@ -14,7 +14,7 @@ spec:
app: mysql app: mysql
--- ---
# Client service for connecting to any MySQL instance for reads. # 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 apiVersion: v1
kind: Service kind: Service
metadata: metadata:
@@ -27,4 +27,3 @@ spec:
port: 3306 port: 3306
selector: selector:
app: mysql app: mysql