aboutsummaryrefslogtreecommitdiff
path: root/nomad/core.hcl
diff options
context:
space:
mode:
authordarkgallium <darkgallium@deuxfleurs.fr>2020-07-13 19:56:45 +0200
committerdarkgallium <darkgallium@deuxfleurs.fr>2020-07-13 19:56:45 +0200
commit29d84141126f2ea537029afb31858428c9bf6255 (patch)
tree170384ece623a7d6079d6f2f9dfb2a1726cebd2a /nomad/core.hcl
parentc12dcd6d21e33df4bd3c81e4ecd3394d8b449898 (diff)
downloadinfrastructure-29d84141126f2ea537029afb31858428c9bf6255.tar.gz
infrastructure-29d84141126f2ea537029afb31858428c9bf6255.zip
update diplonat imageupdate-diplonat
Diffstat (limited to 'nomad/core.hcl')
-rw-r--r--nomad/core.hcl5
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 {