diff --git a/roles/lb/templates/haproxy.cfg.j2 b/roles/lb/templates/haproxy.cfg.j2 index d13a9d2..64c633a 100644 --- a/roles/lb/templates/haproxy.cfg.j2 +++ b/roles/lb/templates/haproxy.cfg.j2 @@ -12,8 +12,8 @@ global defaults log global timeout connect 5000 - timeout client 50000 - timeout server 50000 + timeout client 10m + timeout server 10m listen kube-master bind 0.0.0.0:{{ MASTER_PORT }}