haproxy: fix conditional that was reversed for mbs
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
64322971e0
commit
516d5e77e8
1 changed files with 1 additions and 1 deletions
|
@ -374,7 +374,7 @@ frontend mbs-frontend
|
|||
backend mbs-backend
|
||||
balance hdr(appserver)
|
||||
server mbs-frontend01 mbs-frontend01:80 check inter 20s rise 2 fall 3
|
||||
{% if env == "staging" %}
|
||||
{% if env == "production" %}
|
||||
server mbs-frontend02 mbs-frontend02:80 check inter 20s rise 2 fall 3
|
||||
{% endif %}
|
||||
option httpchk GET /module-build-service/1/component-builds/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue