mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
34 lines
660 B
JSON
34 lines
660 B
JSON
{
|
|
"client": {
|
|
"template": {
|
|
"function_denylist": ["plugin"],
|
|
"disable_file_sandbox": true,
|
|
"max_stale": "7600h",
|
|
"wait": {
|
|
"min": "10s",
|
|
"max": "10m"
|
|
},
|
|
"wait_bounds": {
|
|
"min": "1s",
|
|
"max": "10h"
|
|
},
|
|
"block_query_wait": "10m",
|
|
"consul_retry": {
|
|
"attempts": 6,
|
|
"backoff": "550ms",
|
|
"max_backoff": "10m"
|
|
},
|
|
"vault_retry": {
|
|
"attempts": 6,
|
|
"backoff": "550ms",
|
|
"max_backoff": "10m"
|
|
},
|
|
"nomad_retry": {
|
|
"attempts": 6,
|
|
"backoff": "550ms",
|
|
"max_backoff": "10m"
|
|
}
|
|
}
|
|
}
|
|
}
|