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 }}"] datacenters = ["{{ datacenter_name }}"]
type = "service" type = "service"
// constraint { constraint {
// attribute = "${node.unique.name}" attribute = "${node.unique.name}"
// operator = "regexp" operator = "regexp"
// value = "rpi(1|2|3)" value = "rpi"
// } }
update { update {
max_parallel = 1 max_parallel = 1