Update outdated content on M118-M125 + Pre-apply source updates on 34359 and one more

This commit is contained in:
shine09
2022-07-25 13:50:19 +09:00
parent b3f24536a3
commit 61aa30b74b
8 changed files with 15 additions and 11 deletions
@@ -4,15 +4,14 @@ metadata:
name: mysql
labels:
app: mysql
app.kubernetes.io/name: mysql
data:
primary.cnf: |
# Primary에만 이 구성을 적용한다.
[mysqld]
log-bin
datadir=/var/lib/mysql/mysql
log-bin
replica.cnf: |
# 레플리카에만 이 구성을 적용한다.
[mysqld]
super-read-only
datadir=/var/lib/mysql/mysql
super-read-only