From 00b754727d9b16b13de7591b07d5bf0635029c4b Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Wed, 24 Aug 2022 19:54:15 +0200 Subject: Add postgres + WIP plume + fix diplonat --- cluster/prod/app/core/deploy/core.hcl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cluster/prod/app/core') 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", ] -- cgit v1.2.3