fix: add cluster consraint to prowalar and tt-rss
This commit is contained in:
parent
d817f3a7f8
commit
d1b475d651
@ -9,7 +9,11 @@ job "torrent_automation" {
|
||||
attribute = "${attr.cpu.arch}"
|
||||
value = "amd64"
|
||||
}
|
||||
|
||||
constraint {
|
||||
attribute = "${node.class}"
|
||||
operator = "set_contains"
|
||||
value = "cluster"
|
||||
}
|
||||
group "prowlarr"{
|
||||
network {
|
||||
mode = "host"
|
||||
|
@ -7,7 +7,11 @@ job "tt-rss" {
|
||||
attribute = "${attr.cpu.arch}"
|
||||
value = "amd64"
|
||||
}
|
||||
|
||||
constraint {
|
||||
attribute = "${node.class}"
|
||||
operator = "set_contains"
|
||||
value = "cluster"
|
||||
}
|
||||
|
||||
group "ttrss" {
|
||||
ephemeral_disk {
|
||||
|
Loading…
Reference in New Issue
Block a user