mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* [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
13 lines
377 B
INI
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 |