cluster/services/consul: limit test to 3 nodes
This commit is contained in:
parent
3a61dbca1d
commit
d160865db4
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
deps = [ "wireguard" ];
|
deps = [ "wireguard" ];
|
||||||
settings = ./test.nix;
|
settings = ./test.nix;
|
||||||
|
availableNodes = lib.take 3 cfg.nodes.agent;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue