Simplify os-proxies: all bind everything
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
53b0b1d9ea
commit
377d73b75e
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue