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"]
|
datacenters = ["neptune", "orion"]
|
||||||
type = "service"
|
type = "service"
|
||||||
|
|
||||||
priority = "10"
|
priority = 50
|
||||||
|
|
||||||
constraint {
|
constraint {
|
||||||
attribute = "${attr.cpu.arch}"
|
attribute = "${attr.cpu.arch}"
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue