From 377d73b75e1cc1ab4845ecb9b4187a6e42d48d5c Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 16 May 2019 12:01:41 +0200 Subject: [PATCH] Simplify os-proxies: all bind everything Signed-off-by: Patrick Uiterwijk --- files/communishift/haproxy.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/files/communishift/haproxy.cfg b/files/communishift/haproxy.cfg index bfa92ae526..6d7b5c5214 100644 --- a/files/communishift/haproxy.cfg +++ b/files/communishift/haproxy.cfg @@ -38,7 +38,7 @@ backend stats-backend frontend os-masters-kapi mode tcp - bind 38.145.48.40:6443 + bind 0.0.0.0:6443 default_backend os-masters-backend-kapi backend os-masters-backend-kapi @@ -51,7 +51,7 @@ backend os-masters-backend-kapi frontend os-masters-machineconfig mode tcp - bind 38.145.48.40:22623 + bind 0.0.0.0:22623 default_backend os-masters-backend-machineconfig backend os-masters-backend-machineconfig @@ -64,7 +64,7 @@ backend os-masters-backend-machineconfig frontend os-routers-https mode tcp - bind 38.145.48.41:443 + bind 0.0.0.0:443 default_backend os-routers-https backend os-routers-https @@ -79,7 +79,7 @@ backend os-routers-https frontend os-routers-http mode tcp - bind 38.145.48.41:80 + bind 0.0.0.0:80 default_backend os-routers-http backend os-routers-http