Files
Paul Czarkowski 5b7cc97812 [stable/percona-xtradb-cluster] move files outside configmaps (#3704)
* [stable/percona-xtradb-cluster] move files outside configmaps

Having the scripts and default config file embedded in the configmaps
makes them harder to work with / indent correctly / etc.

By moving them to external files and then having helm pull them in as
needed makes it easier to work with.

* use .files.get for external files
2018-02-20 20:50:39 -08:00

13 lines
377 B
INI

[mysqld]
datadir=/var/lib/mysql
default_storage_engine=InnoDB
binlog_format=ROW
innodb_flush_log_at_trx_commit = 0
innodb_flush_method = O_DIRECT
innodb_file_per_table = 1
innodb_autoinc_lock_mode=2
bind_address = 0.0.0.0
wsrep_slave_threads=2
wsrep_cluster_address=gcomm://
wsrep_provider=/usr/lib/galera3/libgalera_smm.so
wsrep_sst_method=xtrabackup-v2