From a162754fb10c4a145d902621a78c087175591771 Mon Sep 17 00:00:00 2001 From: Maximilien Richer Date: Sun, 1 Dec 2024 11:21:04 +0100 Subject: [PATCH] Deploy new postgres replica on pasteque@corrin --- cluster/prod/app/postgres/deploy/postgres.hcl | 5 ++--- 1 file 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 {