From df4e20153e450a0ede33aaae948411440a513aa8 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Wed, 13 Dec 2023 19:27:31 -0600 Subject: [PATCH] Update homelab k8s nodes --- containers/haproxy/config/haproxy.cfg | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/containers/haproxy/config/haproxy.cfg b/containers/haproxy/config/haproxy.cfg index db2b21a..f9a5302 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.41:6443 check - server worker2 10.1.1.42:6443 check - server worker3 10.1.1.46:6443 check + server worker1 10.1.1.61:6443 check + server worker2 10.1.1.62:6443 check + server worker3 10.1.1.63: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.41:50000 check - server worker2 10.1.1.42:50000 check - server worker3 10.1.1.46:50000 check + server worker1 10.1.1.61:50000 check + server worker2 10.1.1.62:50000 check + server worker3 10.1.1.63:50000 check