From e4d7627ce8672c5f2fedff9077ce64215fdd9677 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 5 May 2021 17:40:18 -0700 Subject: [PATCH] haproxy: disable notifs-web02 until it's ready Signed-off-by: Kevin Fenzi --- roles/haproxy/templates/haproxy.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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