From 3d925a4505e8b973bd9c55f0d33315be5441b4ac Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Tue, 29 Aug 2023 11:43:45 +0200 Subject: move emails to lille --- cluster/prod/app/email/deploy/email.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cluster/prod') diff --git a/cluster/prod/app/email/deploy/email.hcl b/cluster/prod/app/email/deploy/email.hcl index bbe7c22..dc8fd76 100644 --- a/cluster/prod/app/email/deploy/email.hcl +++ b/cluster/prod/app/email/deploy/email.hcl @@ -1,5 +1,5 @@ job "email" { - datacenters = ["orion"] + datacenters = ["scorpio"] type = "service" priority = 65 @@ -31,7 +31,7 @@ job "email" { constraint { attribute = "${attr.unique.hostname}" operator = "=" - value = "doradille" + value = "ananas" } config { -- cgit v1.2.3