Skip to content

Commit

Permalink
Merge pull request #33 from star3am/feature/nomad-autopilot
Browse files Browse the repository at this point in the history
adding autopilot config for nomad
  • Loading branch information
star3am authored May 8, 2024
2 parents 1f85119 + 2e125ea commit c1fd622
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions nomad/nomad.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,16 @@ server {
bootstrap_expect = 1
}
autopilot {
cleanup_dead_servers = true
last_contact_threshold = "400ms"
max_trailing_logs = 250
server_stabilization_time = "30s"
enable_redundancy_zones = false
disable_upgrade_migration = false
enable_custom_upgrades = false
}
client {
enabled = true
# https://github.com/hashicorp/nomad/issues/1282
Expand Down

0 comments on commit c1fd622

Please sign in to comment.