diff --git a/ansible/roles/haproxy/templates/haproxy.cfg.j2 b/ansible/roles/haproxy/templates/haproxy.cfg.j2 index e2cd06cc6b..f5b3ba20db 100644 --- a/ansible/roles/haproxy/templates/haproxy.cfg.j2 +++ b/ansible/roles/haproxy/templates/haproxy.cfg.j2 @@ -638,6 +638,8 @@ defaults {% if enable_mariadb | bool %} listen mariadb mode tcp + timeout client 3600s + timeout server 3600s option tcplog option tcpka option mysql-check user haproxy post-41