aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/app/postgres
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-09-04 19:05:18 +0200
committerAlex Auvolat <alex@adnab.me>2023-09-04 19:05:18 +0200
commita490f082bc4bb58fbd54aa5e38334034ac54e761 (patch)
tree4347f4041f499713f562a78ccf395bfce9413e79 /cluster/prod/app/postgres
parente42ed08788e00be310605aa362d78eadfa090ed6 (diff)
downloadnixcfg-a490f082bc4bb58fbd54aa5e38334034ac54e761.tar.gz
nixcfg-a490f082bc4bb58fbd54aa5e38334034ac54e761.zip
prod: remove all apps from orion, add some missing in scorpio
Diffstat (limited to 'cluster/prod/app/postgres')
-rw-r--r--cluster/prod/app/postgres/deploy/postgres.hcl6
1 files changed, 3 insertions, 3 deletions
diff --git a/cluster/prod/app/postgres/deploy/postgres.hcl b/cluster/prod/app/postgres/deploy/postgres.hcl
index 948387e..a42d57e 100644
--- a/cluster/prod/app/postgres/deploy/postgres.hcl
+++ b/cluster/prod/app/postgres/deploy/postgres.hcl
@@ -1,5 +1,5 @@
job "postgres14" {
- datacenters = ["orion", "neptune", "bespin", "scorpio"]
+ datacenters = ["neptune", "bespin", "scorpio"]
type = "system"
priority = 90
@@ -19,8 +19,8 @@ job "postgres14" {
constraint {
attribute = "${attr.unique.hostname}"
operator = "set_contains_any"
- # target: courgette,df-ymf,abricot (or ananas)
- value = "diplotaxis,courgette,df-ymf,abricot"
+ value = "courgette,df-ymf,abricot"
+ # old (orion) = diplotaxis
}
restart {