haproxy: fix typo in backend name

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2021-07-27 13:22:56 -07:00
parent abec29acf4
commit 63eb9d6765

View file

@ -56,7 +56,7 @@ frontend ocp-masters-machineconfig
bind 0.0.0.0:22623
default_backend ocp-masters-backend-machineconfig
backend os-masters-backend-machineconfig
backend ocp-masters-backend-machineconfig
mode tcp
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