pin to host macmini

This commit is contained in:
Nathaniel Landau
2022-04-21 17:23:58 -04:00
parent 208113dd9f
commit bc18f64373

View File

@@ -3,6 +3,12 @@ job "grafana" {
datacenters = ["{{ datacenter_name }}"]
type = "service"
constraint {
attribute = "${node.unique.name}"
operator = "regexp"
value = "macmini"
}
update {
max_parallel = 1
health_check = "checks"