Rename job files

Rename Nomad job files to match job specification name
This commit is contained in:
Nathaniel Landau
2022-04-21 16:53:19 -04:00
parent d2d6d6d6e3
commit 208113dd9f
3 changed files with 5 additions and 5 deletions

View File

@@ -3,11 +3,11 @@ job "syncthing" {
datacenters = ["{{ datacenter_name }}"]
type = "service"
// constraint {
// attribute = "${node.unique.name}"
// operator = "regexp"
// value = "rpi(1|2|3)"
// }
constraint {
attribute = "${node.unique.name}"
operator = "regexp"
value = "rpi"
}
update {
max_parallel = 1