From ea8b2e8c82229eaa1d9df464c03a428caaf3c600 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Mon, 16 Oct 2023 14:54:16 +0200 Subject: [PATCH] =?UTF-8?q?m=C3=A0j=20garage=20prod?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cluster/prod/app/garage/deploy/garage.hcl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"