chore(media-centre): replace node id constraint with node name constraint
All checks were successful
Lint / lint (push) Successful in 1m15s
Terraform Plan and Apply / cicd (push) Successful in 1m8s

This commit is contained in:
root 2025-02-20 04:07:56 +00:00
parent ffacee0a4c
commit a5e4304eb1

View file

@ -5,8 +5,8 @@ job "media-centre" {
driver = "docker"
constraint {
attribute = "${node.unique.id}"
value = "3f6d897a-f755-5677-27c3-e3f0af1dfb7e"
attribute = "${node.unique.name}"
value = "Hestia"
}
config {
@ -73,8 +73,8 @@ job "media-centre" {
driver = "docker"
constraint {
attribute = "${node.unique.id}"
value = "3f6d897a-f755-5677-27c3-e3f0af1dfb7e"
attribute = "${node.unique.name}"
value = "Hestia"
}
config {