From 3e40bfcca9a11f9684442d11dc8c4128fd4a1ca0 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Mon, 12 Jun 2023 13:41:42 +0200 Subject: [PATCH] add stolon replica on abricot instead of diplotaxis --- cluster/prod/app/postgres/deploy/postgres.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/prod/app/postgres/deploy/postgres.hcl b/cluster/prod/app/postgres/deploy/postgres.hcl index e8825a1..c043d70 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"] + datacenters = ["orion", "neptune", "bespin", "scorpio"] type = "system" priority = 90 @@ -20,7 +20,7 @@ job "postgres14" { attribute = "${attr.unique.hostname}" operator = "set_contains_any" # target: courgette,df-ymf,abricot (or ananas) - value = "diplotaxis,courgette,concombre,df-ymf" + value = "courgette,concombre,df-ymf,abricot" } restart {