Update outdated files in the dev-1.19-ko.7 branch
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user