diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index 9486aa2952..49a45b13c7 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -232,15 +232,6 @@ backend autocloud-backend server autocloud-web02 autocloud-web02:80 check inter 10s rise 1 fall 2 option httpchk GET /autocloud/ -frontend mdapi-frontend - bind 0.0.0.0:10043 - default_backend mdapi-backend - -backend mdapi-backend - balance hdr(appserver) - server mdapi01 mdapi01:8080 check inter 10s rise 1 fall 2 - option httpchk GET /mdapi - frontend openqa-frontend bind 0.0.0.0:10044 default_backend openqa-backend