refactor(jobs): remove device specific constraints

This commit is contained in:
Nathaniel Landau
2022-09-13 15:33:33 -04:00
parent 3a69e9499c
commit 113634c313
7 changed files with 18 additions and 11 deletions

View File

@@ -4,9 +4,9 @@ job "influxdb" {
type = "service"
// constraint {
// attribute = "${node.unique.name}"
// attribute = "${attr.cpu.arch}"
// operator = "regexp"
// value = "rpi"
// value = "64"
// }
update {

View File

@@ -5,9 +5,9 @@ job "prowlarr" {
type = "service"
// constraint {
// attribute = "${node.unique.name}"
// attribute = "${attr.cpu.arch}"
// operator = "regexp"
// value = "rpi4"
// value = "64"
// }
update {

View File

@@ -6,7 +6,7 @@ job "radarr" {
// constraint {
// attribute = "${node.unique.name}"
// operator = "regexp"
// value = "rpi"
// value = "rpi3"
// }
update {

View File

@@ -4,9 +4,9 @@ job "readarr" {
type = "service"
// constraint {
// attribute = "${node.unique.name}"
// attribute = "${attr.cpu.arch}"
// operator = "regexp"
// value = "rpi4"
// value = "64"
// }
update {

View File

@@ -4,9 +4,9 @@ job "sonarr" {
type = "service"
// constraint {
// attribute = "${node.unique.name}"
// attribute = "${attr.cpu.arch}"
// operator = "regexp"
// value = "macmini"
// value = "64"
// }
update {

View File

@@ -9,6 +9,13 @@ job "syncthing" {
value = "rpi"
}
// constraint {
// attribute = "${attr.cpu.arch}"
// operator = "regexp"
// value = "64"
// }
update {
max_parallel = 1
health_check = "checks"

View File

@@ -4,9 +4,9 @@ job "whoogle" {
type = "service"
// constraint {
// attribute = "${node.unique.name}"
// attribute = "${attr.cpu.arch}"
// operator = "regexp"
// value = "rpi(1|2|3)"
// value = "64"
// }
update {