aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/app/garage/deploy/garage.hcl
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2022-10-08 22:23:19 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2022-10-08 22:23:19 +0200
commite8cdd6864a76b72f6db53143d544bb8cbf0fd9d1 (patch)
treeef6136a7801c279cdc8387327ca74e1ca09390aa /cluster/prod/app/garage/deploy/garage.hcl
parent32658ff4d3bf3c45be307a8b6eef9a64872d4bd5 (diff)
downloadnixcfg-e8cdd6864a76b72f6db53143d544bb8cbf0fd9d1.tar.gz
nixcfg-e8cdd6864a76b72f6db53143d544bb8cbf0fd9d1.zip
Split garage deployments in 2 categories
- The ones that will receive some traffic from tricot - The ones "only for storage" that will not receive traffic from tricot
Diffstat (limited to 'cluster/prod/app/garage/deploy/garage.hcl')
-rw-r--r--cluster/prod/app/garage/deploy/garage.hcl7
1 files changed, 1 insertions, 6 deletions
diff --git a/cluster/prod/app/garage/deploy/garage.hcl b/cluster/prod/app/garage/deploy/garage.hcl
index 51d5473..79e4d59 100644
--- a/cluster/prod/app/garage/deploy/garage.hcl
+++ b/cluster/prod/app/garage/deploy/garage.hcl
@@ -1,13 +1,8 @@
job "garage" {
- datacenters = ["neptune", "orion"]
+ datacenters = ["orion"]
type = "system"
priority = 80
- constraint {
- attribute = "${attr.cpu.arch}"
- value = "amd64"
- }
-
update {
max_parallel = 1
min_healthy_time = "60s"