From 68dbecde3ac08c308380e316bb8e2702112f2d37 Mon Sep 17 00:00:00 2001 From: "wei.wang" Date: Mon, 25 Apr 2022 23:36:20 +0800 Subject: [PATCH] [zh]Update content/zh/examples/application/mysql/mysql-services.yaml --- content/en/examples/application/mysql/mysql-services.yaml | 1 - content/zh/examples/application/mysql/mysql-services.yaml | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/content/en/examples/application/mysql/mysql-services.yaml b/content/en/examples/application/mysql/mysql-services.yaml index 0cd76d91c6..6743cf707a 100644 --- a/content/en/examples/application/mysql/mysql-services.yaml +++ b/content/en/examples/application/mysql/mysql-services.yaml @@ -27,4 +27,3 @@ spec: port: 3306 selector: app: mysql - diff --git a/content/zh/examples/application/mysql/mysql-services.yaml b/content/zh/examples/application/mysql/mysql-services.yaml index f538992566..6743cf707a 100644 --- a/content/zh/examples/application/mysql/mysql-services.yaml +++ b/content/zh/examples/application/mysql/mysql-services.yaml @@ -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 -