diff options
Diffstat (limited to 'cluster/prod/app/jitsi/deploy/jitsi.hcl')
-rw-r--r-- | cluster/prod/app/jitsi/deploy/jitsi.hcl | 2 |
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}" |