From 0c7e85f11750568c751553399a65fac8aa2b8b39 Mon Sep 17 00:00:00 2001 From: Baptiste Jonglez Date: Thu, 17 Oct 2024 01:10:50 +0200 Subject: email: ensure email and email-android7 run on different sites to avoid port conflicts --- cluster/prod/app/email/deploy/email-android7.hcl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cluster/prod/app/email/deploy/email-android7.hcl') diff --git a/cluster/prod/app/email/deploy/email-android7.hcl b/cluster/prod/app/email/deploy/email-android7.hcl index f2f92c6..ad44f2c 100644 --- a/cluster/prod/app/email/deploy/email-android7.hcl +++ b/cluster/prod/app/email/deploy/email-android7.hcl @@ -1,5 +1,6 @@ job "email-android7" { - datacenters = ["neptune", "bespin"] + # Should not run on the same site as email.hcl (port conflict in diplonat) + datacenters = ["scorpio", "bespin"] type = "service" priority = 100 -- cgit v1.2.3