Skip to content

Commit c49fadd

Browse files
committed
consul: bootstrap with 1 peer
1 parent ca5c35a commit c49fadd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2configs/consul.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# interface.bind = "retiolum";
1313
extraConfig = {
1414
bind_addr = config.krebs.build.host.nets.retiolum.ip4.addr;
15-
bootstrap_expect = 3;
15+
bootstrap_expect = 1;
1616
server = true;
1717
# retry_join = config.services.consul.extraConfig.start_join;
1818
retry_join = lib.mapAttrsToList (_n: h: lib.head h.nets.retiolum.aliases) (

0 commit comments

Comments
 (0)