aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-06-12 19:58:03 +0200
committerAlex Auvolat <alex@adnab.me>2023-06-12 19:58:03 +0200
commit1d19bae7a1edeff5db5c7ac02b3d984a815bf06b (patch)
treed20059a45b1c101b0cc509fe1324ba776e4c9676
parent3fcda94aa0a91849452be1f572a4efbdf0351f3d (diff)
downloadnixcfg-1d19bae7a1edeff5db5c7ac02b3d984a815bf06b.tar.gz
nixcfg-1d19bae7a1edeff5db5c7ac02b3d984a815bf06b.zip
remove postgres replica on concombre
-rw-r--r--cluster/prod/app/postgres/deploy/postgres.hcl2
1 files changed, 1 insertions, 1 deletions
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 {