Update to 2025-01-03 11:00

This commit is contained in:
Daniel Berteaud
2025-01-03 11:00:10 +01:00
parent 161889539f
commit 9e2fa5d939
16 changed files with 94 additions and 51 deletions

View File

@@ -96,6 +96,9 @@ client {
{% endfor %}
]
# Required for alloc to be able to reach themselves through an exposed port
bridge_network_hairpin_mode = true
{% if nomad_conf.client.node_pool is defined %}
node_pool = "{{ nomad_conf.client.node_pool }}"
{% endif %}