diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-08-24 19:54:15 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-08-24 19:54:15 +0200 |
commit | 00b754727d9b16b13de7591b07d5bf0635029c4b (patch) | |
tree | f0e68c18b2578e6c20c66cbe736a5cafe2037423 /cluster/prod/app/core/deploy | |
parent | 1172e8e511c26e43bb23bcc265465b7284485e17 (diff) | |
download | nixcfg-00b754727d9b16b13de7591b07d5bf0635029c4b.tar.gz nixcfg-00b754727d9b16b13de7591b07d5bf0635029c4b.zip |
Add postgres + WIP plume + fix diplonat
Diffstat (limited to 'cluster/prod/app/core/deploy')
-rw-r--r-- | cluster/prod/app/core/deploy/core.hcl | 3 |
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", ] |