From c6dda629ec05b4121c99637a0af569bfaf58b7fb Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Sun, 25 Aug 2024 17:00:53 -0500 Subject: [PATCH] update node names --- nixos/hosts/telperion/config/haproxy.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos/hosts/telperion/config/haproxy.nix b/nixos/hosts/telperion/config/haproxy.nix index 9cace9d..9dd69aa 100644 --- a/nixos/hosts/telperion/config/haproxy.nix +++ b/nixos/hosts/telperion/config/haproxy.nix @@ -47,7 +47,7 @@ backend k8s_theshire_controlplane mode tcp option ssl-hello-chk balance roundrobin - server nenya 10.1.1.62:6443 check - server vilya 10.1.1.63:6443 check - server narya 10.1.1.64:6443 check + server bilbo 10.1.1.62:6443 check + server frodo 10.1.1.63:6443 check + server sam 10.1.1.64:6443 check ''