Enable Consul UI and make it listen on 0.0.0.0.
This commit is contained in:
@@ -6,8 +6,10 @@ in
|
||||
{
|
||||
services.consul = {
|
||||
enable = true;
|
||||
webUi = true;
|
||||
interface.advertise = "eno1";
|
||||
extraConfig = {
|
||||
client_addr = "0.0.0.0";
|
||||
datacenter = "alo";
|
||||
server = server_enabled;
|
||||
bootstrap_expect = (builtins.length servers + 2) / 2;
|
||||
|
||||
Reference in New Issue
Block a user