aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod
diff options
context:
space:
mode:
Diffstat (limited to 'cluster/prod')
-rw-r--r--cluster/prod/app/backup/deploy/backup-daily.hcl2
-rw-r--r--cluster/prod/app/email/deploy/email.hcl4
2 files changed, 3 insertions, 3 deletions
diff --git a/cluster/prod/app/backup/deploy/backup-daily.hcl b/cluster/prod/app/backup/deploy/backup-daily.hcl
index d9d9f2a..cf85aa8 100644
--- a/cluster/prod/app/backup/deploy/backup-daily.hcl
+++ b/cluster/prod/app/backup/deploy/backup-daily.hcl
@@ -14,7 +14,7 @@ job "backup_daily" {
constraint {
attribute = "${attr.unique.hostname}"
operator = "="
- value = "celeri"
+ value = "ananas"
}
task "main" {
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 {