diff options
author | Alex Auvolat <alex@adnab.me> | 2023-06-12 16:19:57 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-06-12 16:19:57 +0200 |
commit | 3fcda94aa0a91849452be1f572a4efbdf0351f3d (patch) | |
tree | 1462e350f54f3b357b64592e3c5d603388943894 | |
parent | 3e40bfcca9a11f9684442d11dc8c4128fd4a1ca0 (diff) | |
download | nixcfg-3fcda94aa0a91849452be1f572a4efbdf0351f3d.tar.gz nixcfg-3fcda94aa0a91849452be1f572a4efbdf0351f3d.zip |
undo remove postgres from diplotaxis
-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 c043d70..e0c0a9e 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 = "courgette,concombre,df-ymf,abricot" + value = "diplotaxis,courgette,concombre,df-ymf,abricot" } restart { |