Merge pull request #656 from YorikSar/nginx-proxy-timeout
Set proxy_timeout to 10m in nginx.conf
This commit is contained in:
commit
c13d0db0cc
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ stream {
|
|||
server {
|
||||
listen {{ kube_apiserver_port }};
|
||||
proxy_pass kube_apiserver;
|
||||
proxy_timeout 3s;
|
||||
proxy_timeout 10m;
|
||||
proxy_connect_timeout 1s;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue