diff --git a/cluster/prod/app/garage/deploy/garage.hcl b/cluster/prod/app/garage/deploy/garage.hcl index aed4bb9..5fcaa5a 100644 --- a/cluster/prod/app/garage/deploy/garage.hcl +++ b/cluster/prod/app/garage/deploy/garage.hcl @@ -4,7 +4,7 @@ job "garage" { priority = 80 update { - max_parallel = 1 + max_parallel = 10 min_healthy_time = "60s" } @@ -18,7 +18,7 @@ job "garage" { } update { - max_parallel = 1 + max_parallel = 10 min_healthy_time = "30s" healthy_deadline = "5m" } @@ -26,7 +26,7 @@ job "garage" { task "server" { driver = "docker" config { - image = "dxflrs/garage:v0.8.2" + image = "dxflrs/garage:v0.9.0-rc2" command = "/garage" args = [ "server" ] network_mode = "host"