forked from Deuxfleurs/nixcfg
increased jitsi's priority so that it is above Matrix's
This commit is contained in:
parent
0b1fccac1c
commit
a4eb0b2b56
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ job "jitsi" {
|
|||
datacenters = ["neptune", "orion"]
|
||||
type = "service"
|
||||
|
||||
priority = "10"
|
||||
priority = 50
|
||||
|
||||
constraint {
|
||||
attribute = "${attr.cpu.arch}"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
job "matrix" {
|
||||
datacenters = ["orion"]
|
||||
type = "service"
|
||||
priority = 60
|
||||
priority = 40
|
||||
|
||||
group "matrix" {
|
||||
count = 1
|
||||
|
|
Loading…
Reference in a new issue