commit 91ac2fad5842eba9bca2a290118843eab8d7752c parent c65c4c90757f3fda597ba73c67016ee63131116a Author: Andreas Gruhler <andreas.gruhler@adfinis.com> Date: Thu, 25 May 2023 00:10:19 +0200 feat(nomad): configure autopilot Diffstat:
M | nomad.sh | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/nomad.sh b/nomad.sh @@ -110,6 +110,16 @@ vault { tls_skip_verify = true create_from_role = "nomad-cluster" } + +autopilot { + cleanup_dead_servers = true + last_contact_threshold = "1000ms" + max_trailing_logs = 1000 + server_stabilization_time = "10s" + enable_redundancy_zones = false + disable_upgrade_migration = false + enable_custom_upgrades = false +} EOF # Configure systemd service unit