aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/app/core
diff options
context:
space:
mode:
Diffstat (limited to 'cluster/prod/app/core')
-rw-r--r--cluster/prod/app/core/deploy/core.hcl3
1 files changed, 2 insertions, 1 deletions
diff --git a/cluster/prod/app/core/deploy/core.hcl b/cluster/prod/app/core/deploy/core.hcl
index b2acb43..274cb5b 100644
--- a/cluster/prod/app/core/deploy/core.hcl
+++ b/cluster/prod/app/core/deploy/core.hcl
@@ -1,5 +1,5 @@
job "core" {
- datacenters = ["dc1", "neptune"]
+ datacenters = ["orion", "neptune"]
type = "system"
priority = 90
@@ -21,6 +21,7 @@ job "core" {
image = "lxpz/amd64_diplonat:4"
network_mode = "host"
readonly_rootfs = true
+ privileged = true
volumes = [
"secrets:/etc/diplonat",
]