email: migration celeri (site neptune) -> ananas (site scorpio)

This commit is contained in:
Armaël Guéneau 2024-11-28 20:41:28 +01:00
parent ea270e30db
commit 1c61d0c9c8
2 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ job "backup_daily" {
constraint {
attribute = "${attr.unique.hostname}"
operator = "="
value = "celeri"
value = "ananas"
}
task "main" {

View file

@ -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 {