Bootstrap consul to 3 nodes
This commit is contained in:
parent
74081f3a7d
commit
066318f1f4
1 changed files with 1 additions and 0 deletions
|
|
@ -196,6 +196,7 @@ with pkgs.lib;
|
||||||
site = clusterNodeCfg.siteName;
|
site = clusterNodeCfg.siteName;
|
||||||
};
|
};
|
||||||
server = true;
|
server = true;
|
||||||
|
bootstrap_expect = 3;
|
||||||
datacenter = cfg.clusterName;
|
datacenter = cfg.clusterName;
|
||||||
ui_config.enabled = true;
|
ui_config.enabled = true;
|
||||||
bind_addr = "${clusterAddress}";
|
bind_addr = "${clusterAddress}";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue