From 1d19bae7a1edeff5db5c7ac02b3d984a815bf06b Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Mon, 12 Jun 2023 19:58:03 +0200 Subject: [PATCH] remove postgres replica on concombre --- cluster/prod/app/postgres/deploy/postgres.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/prod/app/postgres/deploy/postgres.hcl b/cluster/prod/app/postgres/deploy/postgres.hcl index e0c0a9e..948387e 100644 --- a/cluster/prod/app/postgres/deploy/postgres.hcl +++ b/cluster/prod/app/postgres/deploy/postgres.hcl @@ -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,abricot" + value = "diplotaxis,courgette,df-ymf,abricot" } restart {