From 2d86cd239f9c2670fb33e5b2d44acae8fd4d5e48 Mon Sep 17 00:00:00 2001 From: Baptiste Jonglez Date: Tue, 15 Apr 2025 22:13:56 +0200 Subject: [PATCH] email: move service to corrin (fiber outage in scorpio) --- cluster/prod/app/backup/deploy/backup-daily.hcl | 6 +++--- cluster/prod/app/email/deploy/email.hcl | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cluster/prod/app/backup/deploy/backup-daily.hcl b/cluster/prod/app/backup/deploy/backup-daily.hcl index 3daad70..97fc1e4 100644 --- a/cluster/prod/app/backup/deploy/backup-daily.hcl +++ b/cluster/prod/app/backup/deploy/backup-daily.hcl @@ -1,5 +1,5 @@ job "backup_daily" { - datacenters = ["neptune", "scorpio", "bespin"] + datacenters = ["neptune", "scorpio", "bespin", "corrin"] type = "batch" priority = "60" @@ -14,7 +14,7 @@ job "backup_daily" { constraint { attribute = "${attr.unique.hostname}" operator = "=" - value = "abricot" + value = "pasteque" } task "main" { @@ -152,7 +152,7 @@ EOH constraint { attribute = "${attr.unique.hostname}" operator = "=" - value = "abricot" + value = "df-ymk" } task "main" { diff --git a/cluster/prod/app/email/deploy/email.hcl b/cluster/prod/app/email/deploy/email.hcl index e1d44c7..efaea23 100644 --- a/cluster/prod/app/email/deploy/email.hcl +++ b/cluster/prod/app/email/deploy/email.hcl @@ -1,6 +1,6 @@ job "email" { # Should not run on the same site as email-android7.hcl (port conflict in diplonat) - datacenters = ["scorpio"] + datacenters = ["corrin"] type = "service" priority = 65 @@ -32,7 +32,7 @@ job "email" { constraint { attribute = "${attr.unique.hostname}" operator = "=" - value = "abricot" + value = "pasteque" } config {