mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-04-10 20:49:27 -02:30
Make haproxy/nginx client timeout configurable (#5140)
Change-Id: I61319a06eb33d9fc868e19941924f387088b856b
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
56523812d3
commit
7f74906d33
@@ -13,7 +13,7 @@ defaults
|
||||
timeout http-request 5m
|
||||
timeout queue 5m
|
||||
timeout connect 30s
|
||||
timeout client 15m
|
||||
timeout client {{ loadbalancer_apiserver_keepalive_timeout }}
|
||||
timeout server 15m
|
||||
timeout http-keep-alive 30s
|
||||
timeout check 30s
|
||||
|
||||
Reference in New Issue
Block a user