aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/app/garage/deploy/garage.hcl
diff options
context:
space:
mode:
Diffstat (limited to 'cluster/prod/app/garage/deploy/garage.hcl')
-rw-r--r--cluster/prod/app/garage/deploy/garage.hcl7
1 files changed, 6 insertions, 1 deletions
diff --git a/cluster/prod/app/garage/deploy/garage.hcl b/cluster/prod/app/garage/deploy/garage.hcl
index 8d4ee6a..bbaaec1 100644
--- a/cluster/prod/app/garage/deploy/garage.hcl
+++ b/cluster/prod/app/garage/deploy/garage.hcl
@@ -8,6 +8,11 @@ job "garage" {
value = "amd64"
}
+ update {
+ max_parallel = 1
+ min_healthy_time = "60s"
+ }
+
group "garage" {
network {
port "s3" { static = 3900 }
@@ -45,7 +50,7 @@ job "garage" {
}
resources {
- memory = 1500
+ memory = 1000
cpu = 1000
}