diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-12-18 10:32:44 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-12-18 10:32:44 +0100 |
commit | b6ccf06d8ab9f257725e9a5596f99425c1b48ee5 (patch) | |
tree | 29859ca786f69c03b0c91aa3421a0c207e64d6b6 /app/deployment/platoo.hcl | |
parent | 685bc45802c377d82cbd368a0bbfbdf6fe90dcb4 (diff) | |
download | infrastructure-b6ccf06d8ab9f257725e9a5596f99425c1b48ee5.tar.gz infrastructure-b6ccf06d8ab9f257725e9a5596f99425c1b48ee5.zip |
Set priorities
Diffstat (limited to 'app/deployment/platoo.hcl')
-rw-r--r-- | app/deployment/platoo.hcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/deployment/platoo.hcl b/app/deployment/platoo.hcl index 0502934..786a3f0 100644 --- a/app/deployment/platoo.hcl +++ b/app/deployment/platoo.hcl @@ -1,6 +1,7 @@ job "platoo" { datacenters = ["dc1"] type = "service" + priority = 10 constraint { attribute = "${attr.cpu.arch}" |