From 3b777ddeb63da0f66896847c81094d0cf0b7f5d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arma=C3=ABl=20Gu=C3=A9neau?= Date: Sun, 12 May 2024 17:09:05 +0200 Subject: Move emails from ananas (in scorpio) to celeri (in neptune) --- cluster/prod/app/email/deploy/email.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cluster/prod/app/email/deploy') diff --git a/cluster/prod/app/email/deploy/email.hcl b/cluster/prod/app/email/deploy/email.hcl index 6fa1e67..3c6d7b4 100644 --- a/cluster/prod/app/email/deploy/email.hcl +++ b/cluster/prod/app/email/deploy/email.hcl @@ -1,5 +1,5 @@ job "email" { - datacenters = ["scorpio"] + datacenters = ["neptune"] type = "service" priority = 65 @@ -31,7 +31,7 @@ job "email" { constraint { attribute = "${attr.unique.hostname}" operator = "=" - value = "ananas" + value = "celeri" } config { -- cgit v1.2.3