diff options
Diffstat (limited to 'nomad/postgres-amd64.hcl')
-rw-r--r-- | nomad/postgres-amd64.hcl | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/nomad/postgres-amd64.hcl b/nomad/postgres-amd64.hcl index 0a6369a..456156e 100644 --- a/nomad/postgres-amd64.hcl +++ b/nomad/postgres-amd64.hcl @@ -1,11 +1,7 @@ -job "dbx86" { +job "postgres" { datacenters = ["dc1"] type = "system" - - constraint { - attribute = "${attr.cpu.arch}" - value = "amd64" - } + priority = 90 update { max_parallel = 1 |