diff --git a/nomad/core.hcl b/nomad/core.hcl new file mode 100644 index 0000000..d96dae3 --- /dev/null +++ b/nomad/core.hcl @@ -0,0 +1,42 @@ +job "core" { + datacenters = ["dc1"] + type = "system" + + constraint { + attribute = "${attr.cpu.arch}" + value = "amd64" + } + + update { + max_parallel = 1 + stagger = "5m" + } + + group "network" { + task "diplonat" { + driver = "docker" + + config { + image = "superboum/amd64_diplonat:v1" + network_mode = "host" + readonly_rootfs = true + } + + template { + data = <