Add autobox constraint to Nomad job
Some checks failed
Build and Deploy citti / build-and-deploy (push) Has been cancelled
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:
@@ -17,6 +17,11 @@ job "citti" {
|
||||
group "app" {
|
||||
count = 1
|
||||
|
||||
constraint {
|
||||
attribute = "${node.unique.name}"
|
||||
value = "autobox"
|
||||
}
|
||||
|
||||
network {
|
||||
port "http" {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user