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"] datacenters = ["neptune", "orion"]
type = "service" type = "service"
priority = "10" priority = 50
constraint { constraint {
attribute = "${attr.cpu.arch}" attribute = "${attr.cpu.arch}"

View file

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