diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index 6f2f0e4cc2..cac99c00f9 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -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/