We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53a7d8a + 4822505 commit 25ab2f2Copy full SHA for 25ab2f2
templates/base.hcl.j2
@@ -8,9 +8,9 @@ disable_update_check = {{ nomad_disable_update_check | bool | lower }}
8
9
bind_addr = "{{ nomad_bind_address }}"
10
advertise {
11
- http = "{{ nomad_advertise_address }}"
12
- rpc = "{{ nomad_advertise_address }}"
13
- serf = "{{ nomad_advertise_address }}"
+ http = "{{ nomad_advertise_address }}:{{ nomad_ports_http }}"
+ rpc = "{{ nomad_advertise_address }}:{{ nomad_ports_rpc }}"
+ serf = "{{ nomad_advertise_address }}:{{ nomad_ports_serf }}"
14
}
15
ports {
16
http = {{ nomad_ports['http'] }}
0 commit comments