aboutsummaryrefslogtreecommitdiff
path: root/nomad/core.hcl
diff options
context:
space:
mode:
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 {