diff --git a/containers/haproxy/config/haproxy.cfg b/containers/haproxy/config/haproxy.cfg index f9a5302..db2b21a 100644 --- a/containers/haproxy/config/haproxy.cfg +++ b/containers/haproxy/config/haproxy.cfg @@ -51,9 +51,9 @@ backend k8s_controlplane mode tcp option ssl-hello-chk balance roundrobin - server worker1 10.1.1.61:6443 check - server worker2 10.1.1.62:6443 check - server worker3 10.1.1.63:6443 check + server worker1 10.1.1.41:6443 check + server worker2 10.1.1.42:6443 check + server worker3 10.1.1.46:6443 check backend talos_controlplane option httpchk GET /healthz @@ -61,6 +61,6 @@ backend talos_controlplane mode tcp option ssl-hello-chk balance roundrobin - server worker1 10.1.1.61:50000 check - server worker2 10.1.1.62:50000 check - server worker3 10.1.1.63:50000 check + server worker1 10.1.1.41:50000 check + server worker2 10.1.1.42:50000 check + server worker3 10.1.1.46:50000 check