From 7a50525e9b660dd4b95d2ca58cd60808dfcff135 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Tue, 24 Sep 2019 10:35:34 +0200 Subject: [PATCH] haproxy: Remove proxy for mdapi --- roles/haproxy/templates/haproxy.cfg | 9 --------- 1 file changed, 9 deletions(-) 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