From a4eb0b2b56fdbe416077fdc77b76cd9efe98814d Mon Sep 17 00:00:00 2001 From: Adrien Date: Mon, 20 Feb 2023 16:43:29 +0100 Subject: increased jitsi's priority so that it is above Matrix's --- cluster/prod/app/jitsi/deploy/jitsi.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cluster/prod/app/jitsi/deploy/jitsi.hcl') 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}" -- cgit v1.2.3