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 /