haproxy: fix typo in backend name
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
abec29acf4
commit
63eb9d6765
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ frontend ocp-masters-machineconfig
|
||||||
bind 0.0.0.0:22623
|
bind 0.0.0.0:22623
|
||||||
default_backend ocp-masters-backend-machineconfig
|
default_backend ocp-masters-backend-machineconfig
|
||||||
|
|
||||||
backend os-masters-backend-machineconfig
|
backend ocp-masters-backend-machineconfig
|
||||||
mode tcp
|
mode tcp
|
||||||
server ocp01.ocp.stg.iad2.fedoraproject.org ocp01.ocp.stg.iad2.fedoraproject.org:22623 weight 1 maxconn 16384 check
|
server ocp01.ocp.stg.iad2.fedoraproject.org ocp01.ocp.stg.iad2.fedoraproject.org:22623 weight 1 maxconn 16384 check
|
||||||
server ocp02.ocp.stg.iad2.fedoraproject.org ocp02.ocp.stg.iad2.fedoraproject.org:22623 weight 1 maxconn 16384 check
|
server ocp02.ocp.stg.iad2.fedoraproject.org ocp02.ocp.stg.iad2.fedoraproject.org:22623 weight 1 maxconn 16384 check
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue