diff --git a/templates/wordpress/config/haproxy.cfg.j2 b/templates/wordpress/config/haproxy.cfg.j2 index 11112df..2cc8549 100644 --- a/templates/wordpress/config/haproxy.cfg.j2 +++ b/templates/wordpress/config/haproxy.cfg.j2 @@ -28,4 +28,5 @@ frontend wordpress_backend backend mariadb_servers option tcp-check server maria-01 {{ shared_service_maria_1st_hostname }}:3306 maxconn 2048 check +# TODO - disabled till M-M-replication is in place # server maria-02 {{ shared_service_maria_2nd_hostname }}:3306 maxconn 2048 check