Skip to content

Commit 68dbecd

Browse files
committed
[zh]Update content/zh/examples/application/mysql/mysql-services.yaml
1 parent a49bb7f commit 68dbecd

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

content/en/examples/application/mysql/mysql-services.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,3 @@ spec:
2727
port: 3306
2828
selector:
2929
app: mysql
30-

content/zh/examples/application/mysql/mysql-services.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
app: mysql
1515
---
1616
# Client service for connecting to any MySQL instance for reads.
17-
# For writes, you must instead connect to the master: mysql-0.mysql.
17+
# For writes, you must instead connect to the primary: mysql-0.mysql.
1818
apiVersion: v1
1919
kind: Service
2020
metadata:
@@ -27,4 +27,3 @@ spec:
2727
port: 3306
2828
selector:
2929
app: mysql
30-

0 commit comments

Comments
 (0)