Infra: Minor terraform cleanup
[csit.git] / fdio.infra.terraform / 1n_nmd / alertmanager / conf / nomad / alertmanager.hcl
index 6b0d669..ab92761 100644 (file)
@@ -123,6 +123,11 @@ job "${job_name}" {
       value           = "arm64"
     }
 
+    constraint {
+      attribute      = "$${node.class}"
+      value          = "builder"
+    }
+
     # The "task" stanza creates an individual unit of work, such as a Docker
     # container, web application, or batch processing.
     #