Update outdated files in the dev-1.19-ko.7 branch

This commit is contained in:
Jerry Park
2020-12-10 03:47:54 +00:00
parent 958c5bd7b8
commit 09708662cc
14 changed files with 105 additions and 97 deletions
@@ -1,4 +1,4 @@
# Headless service for stable DNS entries of StatefulSet members.
# 스테이트풀셋 멤버의 안정적인 DNS 엔트리를 위한 헤드리스 서비스.
apiVersion: v1
kind: Service
metadata:
@@ -13,8 +13,8 @@ spec:
selector:
app: mysql
---
# Client service for connecting to any MySQL instance for reads.
# For writes, you must instead connect to the master: mysql-0.mysql.
# 읽기용 MySQL 인스턴스에 연결하기 위한 클라이언트 서비스.
# 쓰기용은 Primary인 mysql-0.mysql에 대신 연결해야 한다.
apiVersion: v1
kind: Service
metadata: