diff options
author | Maximilien Richer <me@mricher.fr> | 2024-12-01 11:21:04 +0100 |
---|---|---|
committer | Maximilien Richer <me@mricher.fr> | 2024-12-01 11:21:04 +0100 |
commit | a162754fb10c4a145d902621a78c087175591771 (patch) | |
tree | 9863cd52897bc1cd51c06dc570a15b3cd3a98cd2 /cluster/prod | |
parent | 0b911436ad46b61bbc68b06810f7564036779b23 (diff) | |
download | nixcfg-a162754fb10c4a145d902621a78c087175591771.tar.gz nixcfg-a162754fb10c4a145d902621a78c087175591771.zip |
Deploy new postgres replica on pasteque@corrinmigration-neptune
Diffstat (limited to 'cluster/prod')
-rw-r--r-- | cluster/prod/app/postgres/deploy/postgres.hcl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cluster/prod/app/postgres/deploy/postgres.hcl b/cluster/prod/app/postgres/deploy/postgres.hcl index a42d57e..424a993 100644 --- a/cluster/prod/app/postgres/deploy/postgres.hcl +++ b/cluster/prod/app/postgres/deploy/postgres.hcl @@ -1,5 +1,5 @@ job "postgres14" { - datacenters = ["neptune", "bespin", "scorpio"] + datacenters = ["neptune", "bespin", "scorpio", "corrin"] type = "system" priority = 90 @@ -19,8 +19,7 @@ job "postgres14" { constraint { attribute = "${attr.unique.hostname}" operator = "set_contains_any" - value = "courgette,df-ymf,abricot" - # old (orion) = diplotaxis + value = "courgette,df-ymf,abricot,pasteque" } restart { |