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"
|
driver = "docker"
|
||||||
|
|
||||||
constraint {
|
constraint {
|
||||||
attribute = "${node.unique.id}"
|
attribute = "${node.unique.name}"
|
||||||
value = "3f6d897a-f755-5677-27c3-e3f0af1dfb7e"
|
value = "Hestia"
|
||||||
}
|
}
|
||||||
|
|
||||||
config {
|
config {
|
||||||
|
@ -73,8 +73,8 @@ job "media-centre" {
|
||||||
driver = "docker"
|
driver = "docker"
|
||||||
|
|
||||||
constraint {
|
constraint {
|
||||||
attribute = "${node.unique.id}"
|
attribute = "${node.unique.name}"
|
||||||
value = "3f6d897a-f755-5677-27c3-e3f0af1dfb7e"
|
value = "Hestia"
|
||||||
}
|
}
|
||||||
|
|
||||||
config {
|
config {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue