federate clusters between regions

This commit is contained in:
Alex 2021-11-18 16:51:05 +01:00
parent db44aa24bf
commit 6d09272474
No known key found for this signature in database
GPG key ID: EDABF9711E244EB1

View file

@ -222,6 +222,7 @@ in
bind_addr = public_ip;
addresses.http = "0.0.0.0";
retry_join = [ "10.42.0.2" "10.42.0.21" "10.42.0.22" "10.42.0.23" ];
retry_join_wan = [ "10.42.0.2" "10.42.0.21" "10.42.0.22" "10.42.0.23" ];
};
services.nomad.enable = true;