Replicated stateful application doesn't need its own directory.

This commit is contained in:
Anthony Yeh
2016-12-02 12:52:16 -08:00
parent 9a575a6ed2
commit c20e898491
8 changed files with 6 additions and 6 deletions
@@ -0,0 +1,16 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: mysql
labels:
app: mysql
data:
master.cnf: |
# Apply this config only on the master.
[mysqld]
log-bin
slave.cnf: |
# Apply this config only on slaves.
[mysqld]
super-read-only