aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/app/jitsi/deploy/jitsi.hcl
diff options
context:
space:
mode:
authorAdrien <adrien@luxeylab.net>2023-02-20 16:43:29 +0100
committerAdrien <adrien@luxeylab.net>2023-02-20 16:43:29 +0100
commita4eb0b2b56fdbe416077fdc77b76cd9efe98814d (patch)
tree30b1af61b70f14700d1334c6da8c39687edb33be /cluster/prod/app/jitsi/deploy/jitsi.hcl
parent0b1fccac1cf01dbe3ee871d406bb8a9c310931ad (diff)
downloadnixcfg-a4eb0b2b56fdbe416077fdc77b76cd9efe98814d.tar.gz
nixcfg-a4eb0b2b56fdbe416077fdc77b76cd9efe98814d.zip
increased jitsi's priority so that it is above Matrix's
Diffstat (limited to 'cluster/prod/app/jitsi/deploy/jitsi.hcl')
-rw-r--r--cluster/prod/app/jitsi/deploy/jitsi.hcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster/prod/app/jitsi/deploy/jitsi.hcl b/cluster/prod/app/jitsi/deploy/jitsi.hcl
index 523a88d..56274b4 100644
--- a/cluster/prod/app/jitsi/deploy/jitsi.hcl
+++ b/cluster/prod/app/jitsi/deploy/jitsi.hcl
@@ -2,7 +2,7 @@ job "jitsi" {
datacenters = ["neptune", "orion"]
type = "service"
- priority = "10"
+ priority = 50
constraint {
attribute = "${attr.cpu.arch}"