prometheus: add X86 constraint
This commit is contained in:
parent
b55a41a338
commit
93399e0b8f
@ -1,6 +1,11 @@
|
||||
job "prometheus" {
|
||||
datacenters = ["homelab"]
|
||||
type = "service"
|
||||
constraint {
|
||||
attribute = "${attr.cpu.arch}"
|
||||
value = "amd64"
|
||||
}
|
||||
|
||||
|
||||
group "prometheus" {
|
||||
count = 1
|
||||
|
Loading…
Reference in New Issue
Block a user