Add autobox constraint to Nomad job
Some checks failed
Build and Deploy citti / build-and-deploy (push) Has been cancelled

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Henrik Jess Nielsen
2026-06-06 01:07:31 +02:00
parent d7ab8e02a1
commit e92bdaf44d

View File

@@ -17,6 +17,11 @@ job "citti" {
group "app" { group "app" {
count = 1 count = 1
constraint {
attribute = "${node.unique.name}"
value = "autobox"
}
network { network {
port "http" {} port "http" {}
} }