aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2021-07-01 15:53:41 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2021-07-01 15:53:41 +0200
commit576ac2772ebb2f6ff52dfc65cd82a28c384f7186 (patch)
tree40ba2a14e264a2e87dea64b996cecb9ff157be8d
parent1277d94bec5cccb62695da34a7ffb156f471eb6e (diff)
downloadinfrastructure-576ac2772ebb2f6ff52dfc65cd82a28c384f7186.tar.gz
infrastructure-576ac2772ebb2f6ff52dfc65cd82a28c384f7186.zip
Update config to add more time to pull images
-rw-r--r--os/config/roles/nomad/templates/nomad.hcl.j24
1 files changed, 4 insertions, 0 deletions
diff --git a/os/config/roles/nomad/templates/nomad.hcl.j2 b/os/config/roles/nomad/templates/nomad.hcl.j2
index f44ccaa..12acbd3 100644
--- a/os/config/roles/nomad/templates/nomad.hcl.j2
+++ b/os/config/roles/nomad/templates/nomad.hcl.j2
@@ -43,6 +43,10 @@ telemetry {
plugin "docker" {
config {
pull_activity_timeout = "15m"
+ volumes {
+ enabled = true
+ }
+ allow_privileged = true
}
}