diff options
author | Alex Auvolat <alex@adnab.me> | 2023-06-12 19:58:03 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-06-12 19:58:03 +0200 |
commit | 1d19bae7a1edeff5db5c7ac02b3d984a815bf06b (patch) | |
tree | d20059a45b1c101b0cc509fe1324ba776e4c9676 /cluster | |
parent | 3fcda94aa0a91849452be1f572a4efbdf0351f3d (diff) | |
download | nixcfg-1d19bae7a1edeff5db5c7ac02b3d984a815bf06b.tar.gz nixcfg-1d19bae7a1edeff5db5c7ac02b3d984a815bf06b.zip |
remove postgres replica on concombre
Diffstat (limited to 'cluster')
-rw-r--r-- | cluster/prod/app/postgres/deploy/postgres.hcl | 2 |
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 { |