diff options
author | Alex Auvolat <alex@adnab.me> | 2022-12-14 17:52:13 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-12-14 17:52:13 +0100 |
commit | 85130033883bd9ceb61b2b1d7a9b085b273c7d8d (patch) | |
tree | ab70d39b64a04d467ab5e5647889afbcac1e6b6b | |
parent | 7ab91a16e9bc1cd3b5a19c9baa8074248903b547 (diff) | |
download | nixcfg-85130033883bd9ceb61b2b1d7a9b085b273c7d8d.tar.gz nixcfg-85130033883bd9ceb61b2b1d7a9b085b273c7d8d.zip |
staging: garage update
-rw-r--r-- | cluster/staging/app/garage/deploy/garage.hcl (renamed from cluster/staging/app/garage/deploy/garage-nix2.hcl) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cluster/staging/app/garage/deploy/garage-nix2.hcl b/cluster/staging/app/garage/deploy/garage.hcl index b67f682..03a62cb 100644 --- a/cluster/staging/app/garage/deploy/garage-nix2.hcl +++ b/cluster/staging/app/garage/deploy/garage.hcl @@ -6,7 +6,7 @@ job "garage-staging" { update { max_parallel = 1 - stagger = "30s" + stagger = "1m" min_healthy_time = "10s" } @@ -25,7 +25,7 @@ job "garage-staging" { config { packages = [ "#bash", # so that we can enter a shell inside container - "git+https://git.deuxfleurs.fr/Deuxfleurs/garage.git?ref=admin-health-api&rev=d7868c48a4d8d5831051a0be088fe7bbec259bca", + "git+https://git.deuxfleurs.fr/Deuxfleurs/garage.git?ref=cli-improvements&rev=041b60ed1dc48563ad297a6a30230655555c9a20", ] command = "garage" args = [ "server" ] |