mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 18:05:42 +03:00
docs: format Autopilot config stanza example.
This commit is contained in:
@@ -16,13 +16,13 @@ For more information about Autopilot, see the [Autopilot Guide](https://learn.ha
|
||||
|
||||
```hcl
|
||||
autopilot {
|
||||
cleanup_dead_servers = true
|
||||
last_contact_threshold = "200ms"
|
||||
max_trailing_logs = 250
|
||||
cleanup_dead_servers = true
|
||||
last_contact_threshold = "200ms"
|
||||
max_trailing_logs = 250
|
||||
server_stabilization_time = "10s"
|
||||
enable_redundancy_zones = false
|
||||
enable_redundancy_zones = false
|
||||
disable_upgrade_migration = false
|
||||
enable_custom_upgrades = false
|
||||
enable_custom_upgrades = false
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user