Merge pull request #34590 from Arhell/revert
[ja] revert an incorrect fix in mysql-configmap.yaml
This commit is contained in:
commit
cfee3ae033
|
@ -4,15 +4,14 @@ metadata:
|
||||||
name: mysql
|
name: mysql
|
||||||
labels:
|
labels:
|
||||||
app: mysql
|
app: mysql
|
||||||
|
app.kubernetes.io/name: mysql
|
||||||
data:
|
data:
|
||||||
primary.cnf: |
|
primary.cnf: |
|
||||||
# Apply this config only on the primary.
|
# Apply this config only on the primary.
|
||||||
[mysqld]
|
[mysqld]
|
||||||
log-bin
|
log-bin
|
||||||
datadir=/var/lib/mysql/mysql
|
|
||||||
replica.cnf: |
|
replica.cnf: |
|
||||||
# Apply this config only on replicas.
|
# Apply this config only on replicas.
|
||||||
[mysqld]
|
[mysqld]
|
||||||
super-read-only
|
super-read-only
|
||||||
datadir=/var/lib/mysql/mysql
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue