fixes consul bind address
This commit is contained in:
parent
d010988e56
commit
850b831f93
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ encrypt = "{{ consul_generated_encrypt_key }}"
|
||||||
verify_incoming = true
|
verify_incoming = true
|
||||||
verify_outgoing = true
|
verify_outgoing = true
|
||||||
verify_server_hostname = true
|
verify_server_hostname = true
|
||||||
bind_addr = "{% raw %}{{ GetPrivateInterfaces | include \"network\" \"10.10.0.0/24\" | attr \"address\" }}{% endraw %}"
|
bind_addr = "{% raw %}{{ GetPrivateInterfaces | include \"network\" \"10.0.0.0/8\" | attr \"address\" }}{% endraw %}"
|
||||||
client_addr = "0.0.0.0"
|
client_addr = "0.0.0.0"
|
||||||
|
|
||||||
ca_file = "/etc/consul.d/consul-agent-ca.pem"
|
ca_file = "/etc/consul.d/consul-agent-ca.pem"
|
||||||
|
|
Loading…
Reference in a new issue