aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/app/email/deploy/email-android7.hcl
diff options
context:
space:
mode:
authorBaptiste Jonglez <git@bitsofnetworks.org>2024-10-17 01:10:50 +0200
committerBaptiste Jonglez <git@bitsofnetworks.org>2024-10-25 09:58:53 +0200
commit87e3ef93e31ab22d7657ca838f72a4756f85554d (patch)
treefc0830bd9cee13e2f6a60dc1cebcc9bfd0cd763c /cluster/prod/app/email/deploy/email-android7.hcl
parent99c031dfc4c3c5256e2dcafb5a962c4ec4fff336 (diff)
downloadnixcfg-87e3ef93e31ab22d7657ca838f72a4756f85554d.tar.gz
nixcfg-87e3ef93e31ab22d7657ca838f72a4756f85554d.zip
email: ensure email and email-android7 run on different sites to avoid port conflictsHEADmain
Diffstat (limited to 'cluster/prod/app/email/deploy/email-android7.hcl')
-rw-r--r--cluster/prod/app/email/deploy/email-android7.hcl3
1 files changed, 2 insertions, 1 deletions
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