diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-07-01 15:36:54 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-07-01 15:36:54 +0200 |
commit | 1277d94bec5cccb62695da34a7ffb156f471eb6e (patch) | |
tree | 37134d734212a2ba1b5a2ffe508bb9b3e96f201d /os/config | |
parent | b9f0f012bd99143effd2527097dcead7240a4a47 (diff) | |
download | infrastructure-1277d94bec5cccb62695da34a7ffb156f471eb6e.tar.gz infrastructure-1277d94bec5cccb62695da34a7ffb156f471eb6e.zip |
Remove easybridge + increase nomad docker timeout when pulling images
Diffstat (limited to 'os/config')
-rw-r--r-- | os/config/roles/nomad/templates/nomad.hcl.j2 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/os/config/roles/nomad/templates/nomad.hcl.j2 b/os/config/roles/nomad/templates/nomad.hcl.j2 index d1c0720..f44ccaa 100644 --- a/os/config/roles/nomad/templates/nomad.hcl.j2 +++ b/os/config/roles/nomad/templates/nomad.hcl.j2 @@ -39,3 +39,10 @@ telemetry { publish_allocation_metrics = true publish_node_metrics = true } + +plugin "docker" { + config { + pull_activity_timeout = "15m" + } +} + |