diff --git a/nomad-job/prometheus.nomad b/nomad-job/prometheus.nomad index 465394d..36260a6 100644 --- a/nomad-job/prometheus.nomad +++ b/nomad-job/prometheus.nomad @@ -1,6 +1,11 @@ job "prometheus" { datacenters = ["homelab"] type = "service" + constraint { + attribute = "${attr.cpu.arch}" + value = "amd64" + } + group "prometheus" { count = 1