Ask consul to use advertised address and not bind one

This commit is contained in:
Quentin 2022-08-24 20:03:31 +02:00
parent 00b754727d
commit 243eee4322
Signed by: quentin
GPG key ID: E9602264D639FF68

View file

@ -259,6 +259,7 @@ in
cert_file = "/var/lib/nomad/pki/consul2022-client.crt"; cert_file = "/var/lib/nomad/pki/consul2022-client.crt";
key_file = "/var/lib/nomad/pki/consul2022-client.key"; key_file = "/var/lib/nomad/pki/consul2022-client.key";
ssl = true; ssl = true;
checks_use_advertise = true;
}; };
client = { client = {
enabled = true; enabled = true;