feat: mariadb improvements

- add bind-address to local_ip
- add consul service
This commit is contained in:
2024-05-12 19:56:46 +10:00
parent 6bddec6bd2
commit 81e4dffa36
2 changed files with 21 additions and 1 deletions
+2 -1
View File
@@ -103,7 +103,8 @@ class profiles::sql::galera_member (
'binlog_format' => 'ROW',
'default-storage-engine' => 'innodb',
'query_cache_size' => '0',
'query_cache_type' => '0'
'query_cache_type' => '0',
'bind-address' => $local_ip,
}
}
$default_override_options_galera = {