diff options
Diffstat (limited to 'cluster/prod/app/garage/deploy/garage.hcl')
-rw-r--r-- | cluster/prod/app/garage/deploy/garage.hcl | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/cluster/prod/app/garage/deploy/garage.hcl b/cluster/prod/app/garage/deploy/garage.hcl index 51d5473..79e4d59 100644 --- a/cluster/prod/app/garage/deploy/garage.hcl +++ b/cluster/prod/app/garage/deploy/garage.hcl @@ -1,13 +1,8 @@ job "garage" { - datacenters = ["neptune", "orion"] + datacenters = ["orion"] type = "system" priority = 80 - constraint { - attribute = "${attr.cpu.arch}" - value = "amd64" - } - update { max_parallel = 1 min_healthy_time = "60s" |