email: migration celeri (site neptune) -> ananas (site scorpio)
This commit is contained in:
parent
ea270e30db
commit
1c61d0c9c8
2 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ job "backup_daily" {
|
|||
constraint {
|
||||
attribute = "${attr.unique.hostname}"
|
||||
operator = "="
|
||||
value = "celeri"
|
||||
value = "ananas"
|
||||
}
|
||||
|
||||
task "main" {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue