aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/app/garage/deploy/garage.hcl
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-12-13 17:33:56 +0100
committerAlex Auvolat <alex@adnab.me>2023-12-13 17:33:56 +0100
commit47e982b29d41e8b271100b9961b6766e96e009b1 (patch)
tree45e1b5bf380677afc82edd9be5b31083a4518578 /cluster/prod/app/garage/deploy/garage.hcl
parentd694ddbe2c51192b69ee9803a6b4b0cdd5f4247f (diff)
downloadnixcfg-47e982b29d41e8b271100b9961b6766e96e009b1.tar.gz
nixcfg-47e982b29d41e8b271100b9961b6766e96e009b1.zip
garage prod: use dynamically determined ipv6 addresses
Diffstat (limited to 'cluster/prod/app/garage/deploy/garage.hcl')
-rw-r--r--cluster/prod/app/garage/deploy/garage.hcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/cluster/prod/app/garage/deploy/garage.hcl b/cluster/prod/app/garage/deploy/garage.hcl
index 5c8a5f7..6acd31f 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 = 10
+ max_parallel = 2
min_healthy_time = "60s"
}
@@ -26,7 +26,7 @@ job "garage" {
task "server" {
driver = "docker"
config {
- image = "dxflrs/garage:v0.9.0-rc2"
+ image = "dxflrs/garage:v0.9.0"
command = "/garage"
args = [ "server" ]
network_mode = "host"