mirror of https://github.com/easzlab/kubeasz.git
haproxy代理设置超时时间为10分钟,避免进入容器过早退出
parent
2aae98abd8
commit
c7957a9e50
|
@ -12,8 +12,8 @@ global
|
|||
defaults
|
||||
log global
|
||||
timeout connect 5000
|
||||
timeout client 50000
|
||||
timeout server 50000
|
||||
timeout client 10m
|
||||
timeout server 10m
|
||||
|
||||
listen kube-master
|
||||
bind 0.0.0.0:{{ MASTER_PORT }}
|
||||
|
|
Loading…
Reference in New Issue