Make haproxy/nginx client timeout configurable (#5140)

Change-Id: I61319a06eb33d9fc868e19941924f387088b856b
This commit is contained in:
Matthew Mosesohn
2019-09-05 10:32:51 +03:00
committed by Kubernetes Prow Robot
parent 56523812d3
commit 7f74906d33
3 changed files with 4 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ http {
tcp_nopush on;
tcp_nodelay on;
keepalive_timeout 75s;
keepalive_timeout {{ loadbalancer_apiserver_keepalive_timeout }};
keepalive_requests 100;
reset_timedout_connection on;
server_tokens off;