haproxy: Remove proxy for mdapi

This commit is contained in:
Mikolaj Izdebski 2019-09-24 10:35:34 +02:00 committed by Pierre-Yves Chibon
parent b800b8c12e
commit 7a50525e9b

View file

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