From 7ae8f05510105f2b808ca7f92baf2c871e1ab9b0 Mon Sep 17 00:00:00 2001 From: Baptiste Jonglez Date: Thu, 28 Nov 2024 21:46:00 +0100 Subject: prod: Move Raft server from neptune to corrin --- cluster/prod/cluster.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cluster/prod/cluster.nix') diff --git a/cluster/prod/cluster.nix b/cluster/prod/cluster.nix index 7624121..533f2eb 100644 --- a/cluster/prod/cluster.nix +++ b/cluster/prod/cluster.nix @@ -120,9 +120,9 @@ # Bootstrap IPs for Consul cluster, # these are IPs on the Wireguard overlay services.consul.extraConfig.retry_join = [ - "10.83.1.1" # concombre - "10.83.2.1" # dahlia "10.83.3.1" # df-ykl + "10.83.4.2" # ananas + "10.83.6.1" # pamplemousse ]; deuxfleurs.adminAccounts = { -- cgit v1.2.3