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 untrusted user: quentin
GPG key ID: E9602264D639FF68

View file

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