diff options
author | Armaël Guéneau <armael.gueneau@ens-lyon.org> | 2024-11-28 20:41:28 +0100 |
---|---|---|
committer | Armaël Guéneau <armael.gueneau@ens-lyon.org> | 2024-11-28 20:41:52 +0100 |
commit | 1c61d0c9c8e5ca09ff5a4433e4039e1d862e094f (patch) | |
tree | c63e118c87fd92cd3dd555651e3d6646d5065dca /cluster/prod/app/email | |
parent | ea270e30db16a30cdb7bc43e0c147f3037126af1 (diff) | |
download | nixcfg-1c61d0c9c8e5ca09ff5a4433e4039e1d862e094f.tar.gz nixcfg-1c61d0c9c8e5ca09ff5a4433e4039e1d862e094f.zip |
email: migration celeri (site neptune) -> ananas (site scorpio)
Diffstat (limited to 'cluster/prod/app/email')
-rw-r--r-- | cluster/prod/app/email/deploy/email.hcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cluster/prod/app/email/deploy/email.hcl b/cluster/prod/app/email/deploy/email.hcl index 287cff3..fc8f7e4 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 = ["neptune"] + datacenters = ["scorpio"] type = "service" priority = 65 @@ -32,7 +32,7 @@ job "email" { constraint { attribute = "${attr.unique.hostname}" operator = "=" - value = "celeri" + value = "ananas" } config { |