haproxy代理设置超时时间为10分钟,避免进入容器过早退出

pull/104/head
lifeng 2018-02-07 10:25:21 +08:00
parent 2aae98abd8
commit c7957a9e50
1 changed files with 2 additions and 2 deletions

View File

@ -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 }}