increase prometheus memory
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
vincent 2023-10-23 19:16:47 +02:00
parent 0e4d6c30d1
commit b972781036

View File

@ -6,7 +6,9 @@ job "prometheus" {
attribute = "${attr.cpu.arch}"
value = "amd64"
}
meta{
force_deploy= 1
}
group "prometheus" {
count = 1
@ -275,7 +277,7 @@ EOH
}
}
resources {
memory = 250
memory = 350
}
}
}