diff --git a/templates/master/00-master/on-prem/files/haproxy-haproxy.yaml b/templates/master/00-master/on-prem/files/haproxy-haproxy.yaml index db2b3dbf69..bec4da615d 100644 --- a/templates/master/00-master/on-prem/files/haproxy-haproxy.yaml +++ b/templates/master/00-master/on-prem/files/haproxy-haproxy.yaml @@ -14,9 +14,11 @@ contents: timeout http-request 30s timeout queue 1m timeout connect 10s - timeout client 86400s - timeout server 86400s - timeout tunnel 86400s + timeout client 1m + timeout server 1m + timeout tunnel 5m + timeout client-fin 1s + timeout server-fin 1s {{`{{- if gt (len .LBConfig.Backends) 0 }}`}} frontend main bind :::{{`{{ .LBConfig.LbPort }}`}} v4v6