increased jitsi's priority so that it is above Matrix's

This commit is contained in:
Adrien 2023-02-20 16:43:29 +01:00
parent 0b1fccac1c
commit a4eb0b2b56
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ job "jitsi" {
datacenters = ["neptune", "orion"]
type = "service"
priority = "10"
priority = 50
constraint {
attribute = "${attr.cpu.arch}"

View File

@ -1,7 +1,7 @@
job "matrix" {
datacenters = ["orion"]
type = "service"
priority = 60
priority = 40
group "matrix" {
count = 1