From 0372df95b5689d5104131ccc75f05d791c6e6a23 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 19 Apr 2023 20:36:24 +0200 Subject: staging: fix consul server addresses --- cluster/staging/cluster.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cluster/staging/cluster.nix') diff --git a/cluster/staging/cluster.nix b/cluster/staging/cluster.nix index 56ca904..2fec94c 100644 --- a/cluster/staging/cluster.nix +++ b/cluster/staging/cluster.nix @@ -43,9 +43,9 @@ # Bootstrap IPs for Consul cluster, # these are IPs on the Wireguard overlay services.consul.extraConfig.retry_join = [ - "10.14.1.1" # cariacou - "10.14.1.2" # carcajou "10.14.1.3" # caribou + "10.14.2.33" # origan + "10.14.3.1" # piranha ]; deuxfleurs.adminAccounts = { -- cgit v1.2.3