From e06d6b14a318fcaa737f9c61aa8eecd24eecd2c0 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Mon, 12 Jun 2023 13:41:34 +0200 Subject: add ananas, set it raft server instead of dahlia --- cluster/prod/cluster.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cluster/prod/cluster.nix') diff --git a/cluster/prod/cluster.nix b/cluster/prod/cluster.nix index ea3bdec..e6f71e0 100644 --- a/cluster/prod/cluster.nix +++ b/cluster/prod/cluster.nix @@ -67,6 +67,12 @@ address = "10.83.4.1"; endpoint = "82.65.41.110:33741"; }; + "ananas" = { + siteName = "scorpio"; + publicKey = "YC78bXUaAQ02gz0bApenM4phIo/oMPR78QCmyG0tay4="; + address = "10.83.4.2"; + endpoint = "82.65.41.110:33742"; + }; }; # Bootstrap IPs for Consul cluster, -- cgit v1.2.3