From e92bdaf44d18b9d3c99e4325e1510470e688a717 Mon Sep 17 00:00:00 2001 From: Henrik Jess Nielsen Date: Sat, 6 Jun 2026 01:07:31 +0200 Subject: [PATCH] Add autobox constraint to Nomad job Co-Authored-By: Claude Sonnet 4.6 --- citti.nomad | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/citti.nomad b/citti.nomad index 515dafb..1757b97 100644 --- a/citti.nomad +++ b/citti.nomad @@ -17,6 +17,11 @@ job "citti" { group "app" { count = 1 + constraint { + attribute = "${node.unique.name}" + value = "autobox" + } + network { port "http" {} }