Bootstrap consul to 3 nodes

This commit is contained in:
Zuma 2025-12-18 11:17:27 +01:00
parent 74081f3a7d
commit 066318f1f4

View file

@ -196,6 +196,7 @@ with pkgs.lib;
site = clusterNodeCfg.siteName;
};
server = true;
bootstrap_expect = 3;
datacenter = cfg.clusterName;
ui_config.enabled = true;
bind_addr = "${clusterAddress}";