haproxy: disable notifs-web02 until it's ready

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2021-05-05 17:40:18 -07:00
parent 1b1c9c8733
commit e4d7627ce8

View file

@ -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