From d8131af3e2ccdb2a25ea9b0342cf8609abef475d Mon Sep 17 00:00:00 2001 From: Maximilien Richer Date: Mon, 17 Feb 2025 20:02:59 +0100 Subject: [PATCH] Do not restart garage automatically if config is updated --- cluster/prod/app/garage/deploy/garage.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/prod/app/garage/deploy/garage.hcl b/cluster/prod/app/garage/deploy/garage.hcl index 81a22c3..f2a9347 100644 --- a/cluster/prod/app/garage/deploy/garage.hcl +++ b/cluster/prod/app/garage/deploy/garage.hcl @@ -1,5 +1,5 @@ job "garage" { - datacenters = ["neptune", "bespin", "scorpio", "corrin"] + datacenters = ["bespin", "scorpio", "corrin"] type = "system" priority = 80 @@ -44,7 +44,7 @@ job "garage" { template { data = file("../config/garage.toml") destination = "secrets/garage.toml" - #change_mode = "noop" + change_mode = "noop" } template {