Files
nomad/command/agent/test-resources/client_with_template.hcl
2023-08-10 17:27:29 -05:00

41 lines
587 B
HCL

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1
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"
}
}
}