Files
nomad/command/agent/test-resources/client_with_template.hcl
2023-04-10 15:36:59 +00:00

41 lines
586 B
HCL

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
client {
enabled = true
template {
max_stale = "300s"
block_query_wait = "90s"
wait {
min = "2s"
max = "60s"
}
wait_bounds {
min = "2s"
max = "60s"
}
consul_retry {
attempts = 5
backoff = "5s"
max_backoff = "10s"
}
vault_retry {
attempts = 10
backoff = "15s"
max_backoff = "20s"
}
nomad_retry {
attempts = 15
backoff = "20s"
max_backoff = "25s"
}
}
}