Configurable max connections
diff --git a/galera/files/my.cnf.init b/galera/files/my.cnf.init
index 91e2eda..f782ac9 100644
--- a/galera/files/my.cnf.init
+++ b/galera/files/my.cnf.init
@@ -70,7 +70,7 @@
 skip_name_resolve
 memlock=0
 sysdate_is_now=1
-max_connections=2000
+max_connections={{ service.get('max_connections', 20000) }}
 thread_cache_size=512
 query_cache_type = 0
 query_cache_size = 0