diff --git a/haproxy.template.cfg b/haproxy.template.cfg index 08b91c9..e1a8906 100644 --- a/haproxy.template.cfg +++ b/haproxy.template.cfg @@ -8,9 +8,10 @@ global maxconn 1000 defaults - timeout client 10s - timeout connect 5s - timeout server 10s + # https://github.com/kubernetes/kubeadm/issues/2227#issuecomment-1308555826 + timeout client 35s + timeout server 35s + timeout connect 4s timeout http-request 10s log global mode http