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