chore(media-centre): replace node id constraint with node name constraint
This commit is contained in:
parent
ffacee0a4c
commit
a5e4304eb1
1 changed files with 4 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue