aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod
diff options
context:
space:
mode:
Diffstat (limited to 'cluster/prod')
-rw-r--r--cluster/prod/app/postgres/deploy/postgres.hcl5
1 files changed, 2 insertions, 3 deletions
diff --git a/cluster/prod/app/postgres/deploy/postgres.hcl b/cluster/prod/app/postgres/deploy/postgres.hcl
index a42d57e..424a993 100644
--- a/cluster/prod/app/postgres/deploy/postgres.hcl
+++ b/cluster/prod/app/postgres/deploy/postgres.hcl
@@ -1,5 +1,5 @@
job "postgres14" {
- datacenters = ["neptune", "bespin", "scorpio"]
+ datacenters = ["neptune", "bespin", "scorpio", "corrin"]
type = "system"
priority = 90
@@ -19,8 +19,7 @@ job "postgres14" {
constraint {
attribute = "${attr.unique.hostname}"
operator = "set_contains_any"
- value = "courgette,df-ymf,abricot"
- # old (orion) = diplotaxis
+ value = "courgette,df-ymf,abricot,pasteque"
}
restart {