From 1277d94bec5cccb62695da34a7ffb156f471eb6e Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Thu, 1 Jul 2021 15:36:54 +0200 Subject: Remove easybridge + increase nomad docker timeout when pulling images --- os/config/roles/nomad/templates/nomad.hcl.j2 | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'os') 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" + } +} + -- cgit v1.2.3