diff options
author | Alex Auvolat <alex@adnab.me> | 2021-03-08 16:34:41 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-03-08 16:34:41 +0100 |
commit | b42e42faaa4db3123106d8d7342100b4681096b7 (patch) | |
tree | 7babc26af18ce7ceeefbbb70cec3117652557c5a /app/jitsi | |
parent | d6bdfbed5fc8b35cb10d6092625c1d1cd78d30d3 (diff) | |
download | infrastructure-b42e42faaa4db3123106d8d7342100b4681096b7.tar.gz infrastructure-b42e42faaa4db3123106d8d7342100b4681096b7.zip |
Improve resource allocation
Diffstat (limited to 'app/jitsi')
-rw-r--r-- | app/jitsi/deploy/jitsi.hcl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/jitsi/deploy/jitsi.hcl b/app/jitsi/deploy/jitsi.hcl index 2f98ecb..87ba81f 100644 --- a/app/jitsi/deploy/jitsi.hcl +++ b/app/jitsi/deploy/jitsi.hcl @@ -2,6 +2,8 @@ job "jitsi" { datacenters = ["dc1"] type = "service" + priority = "10" + constraint { attribute = "${attr.cpu.arch}" value = "amd64" |