diff options
author | darkgallium <darkgallium@deuxfleurs.fr> | 2020-07-13 19:56:45 +0200 |
---|---|---|
committer | darkgallium <darkgallium@deuxfleurs.fr> | 2020-07-13 19:56:45 +0200 |
commit | 29d84141126f2ea537029afb31858428c9bf6255 (patch) | |
tree | 170384ece623a7d6079d6f2f9dfb2a1726cebd2a | |
parent | c12dcd6d21e33df4bd3c81e4ecd3394d8b449898 (diff) | |
download | infrastructure-update-diplonat.tar.gz infrastructure-update-diplonat.zip |
update diplonat imageupdate-diplonat
-rw-r--r-- | nomad/core.hcl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/nomad/core.hcl b/nomad/core.hcl index d96dae3..43774a6 100644 --- a/nomad/core.hcl +++ b/nomad/core.hcl @@ -9,7 +9,7 @@ job "core" { update { max_parallel = 1 - stagger = "5m" + stagger = "1m" } group "network" { @@ -17,9 +17,10 @@ job "core" { driver = "docker" config { - image = "superboum/amd64_diplonat:v1" + image = "darkgallium/amd64_diplonat:v2" network_mode = "host" readonly_rootfs = true + privileged = true } template { |