From c7957a9e50e681224c4380c6f408a85eb5e8ab48 Mon Sep 17 00:00:00 2001 From: lifeng Date: Wed, 7 Feb 2018 10:25:21 +0800 Subject: [PATCH] =?UTF-8?q?haproxy=E4=BB=A3=E7=90=86=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E8=B6=85=E6=97=B6=E6=97=B6=E9=97=B4=E4=B8=BA10=E5=88=86?= =?UTF-8?q?=E9=92=9F=EF=BC=8C=E9=81=BF=E5=85=8D=E8=BF=9B=E5=85=A5=E5=AE=B9?= =?UTF-8?q?=E5=99=A8=E8=BF=87=E6=97=A9=E9=80=80=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- roles/lb/templates/haproxy.cfg.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/lb/templates/haproxy.cfg.j2 b/roles/lb/templates/haproxy.cfg.j2 index d13a9d2..64c633a 100644 --- a/roles/lb/templates/haproxy.cfg.j2 +++ b/roles/lb/templates/haproxy.cfg.j2 @@ -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 }}