diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index 6d01d53a67..4f7882868d 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -177,7 +177,7 @@ backend notifs-web-backend balance hdr(appserver) server notifs-web01 notifs-web01:80 check inter 10s rise 1 fall 2 {% if env == "production" %} - server notifs-web02 notifs-web02:80 check inter 10s rise 1 fall 2 +# server notifs-web02 notifs-web02:80 check inter 10s rise 1 fall 2 {% endif %} option httpchk GET /notifications/_heartbeat