aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin <quentin@dufour.io>2020-07-13 20:02:18 +0200
committerQuentin <quentin@dufour.io>2020-07-13 20:02:18 +0200
commit178257040866eae55d86be22643908ca60eb351f (patch)
tree3a92da94b14b8cec310b9402ffaf0b53f026e3ec
parent75a72af70baa7be5a2e201d75b95e0bdc49c328a (diff)
parent29d84141126f2ea537029afb31858428c9bf6255 (diff)
downloadinfrastructure-178257040866eae55d86be22643908ca60eb351f.tar.gz
infrastructure-178257040866eae55d86be22643908ca60eb351f.zip
Merge pull request 'update diplonat image' (#17) from update-diplonat into master
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/deuxfleurs.fr/pulls/17
-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 {