From e82d21eefdd59ba6bbc34ac6244c388e26c7d57f Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 31 Mar 2021 09:36:13 -0700 Subject: [PATCH] haproxy: decrease chances of marking ipsilon down Signed-off-by: Kevin Fenzi --- roles/haproxy/templates/haproxy.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index 23c40a76fd..6d01d53a67 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -270,9 +270,9 @@ frontend ipsilon-frontend backend ipsilon-backend balance hdr(appserver) - server ipsilon01 ipsilon01:80 check inter 10s rise 1 fall 2 + server ipsilon01 ipsilon01:80 check inter 10s rise 1 fall 3 {% if env == "production" %} - server ipsilon02 ipsilon02:80 check inter 10s rise 1 fall 2 + server ipsilon02 ipsilon02:80 check inter 10s rise 1 fall 3 {% endif %} option httpchk GET /