From 20107b2404f5186069c5bee06fb9b338019ce63c Mon Sep 17 00:00:00 2001 From: Nathaniel Landau Date: Sun, 1 May 2022 14:38:16 -0400 Subject: [PATCH] fix arm 32bit --- templates/nomad_jobs/grafana.hcl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/nomad_jobs/grafana.hcl b/templates/nomad_jobs/grafana.hcl index 41477fd..42b92ac 100644 --- a/templates/nomad_jobs/grafana.hcl +++ b/templates/nomad_jobs/grafana.hcl @@ -3,11 +3,11 @@ job "grafana" { datacenters = ["{{ datacenter_name }}"] type = "service" - constraint { - attribute = "${node.unique.name}" - operator = "regexp" - value = "macmini" - } + // constraint { + // attribute = "${node.unique.name}" + // operator = "regexp" + // value = "macmini" + // } update { max_parallel = 1