Fix ports conflicts #37

Open
baptiste wants to merge 2 commits from fix_ports_conflicts into main
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 0c7e85f117 - Show all commits

View file

@ -1,5 +1,6 @@
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"
priority = 100

View file

@ -1,4 +1,5 @@
job "email" {
# Should not run on the same site as email-android7.hcl (port conflict in diplonat)
datacenters = ["neptune"]
type = "service"
priority = 65