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 ''