haproxy: disable notifs-web02 until it's ready
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
1b1c9c8733
commit
e4d7627ce8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue