email: ensure email and email-android7 run on different sites to avoid port conflicts
This commit is contained in:
parent
99c031dfc4
commit
87e3ef93e3
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
job "email-android7" {
|
job "email-android7" {
|
||||||
datacenters = ["neptune", "bespin"]
|
# Should not run on the same site as email.hcl (port conflict in diplonat)
|
||||||
|
datacenters = ["scorpio", "bespin"]
|
||||||
type = "service"
|
type = "service"
|
||||||
priority = 100
|
priority = 100
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
job "email" {
|
job "email" {
|
||||||
|
# Should not run on the same site as email-android7.hcl (port conflict in diplonat)
|
||||||
datacenters = ["neptune"]
|
datacenters = ["neptune"]
|
||||||
type = "service"
|
type = "service"
|
||||||
priority = 65
|
priority = 65
|
||||||
|
|
Loading…
Reference in a new issue