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