diff options
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 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 { |