prod: telemetry: move storage from bespin/scorpio to bespin/corrin
This commit is contained in:
parent
8f0a45f03e
commit
2009572fea
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
job "telemetry-storage" {
|
job "telemetry-storage" {
|
||||||
datacenters = ["scorpio", "bespin"]
|
datacenters = ["scorpio", "bespin", "corrin"]
|
||||||
type = "service"
|
type = "service"
|
||||||
|
|
||||||
group "prometheus" {
|
group "prometheus" {
|
||||||
|
@ -14,7 +14,7 @@ job "telemetry-storage" {
|
||||||
constraint {
|
constraint {
|
||||||
attribute = "${attr.unique.hostname}"
|
attribute = "${attr.unique.hostname}"
|
||||||
operator = "set_contains_any"
|
operator = "set_contains_any"
|
||||||
value = "ananas,df-ymk"
|
value = "pamplemousse,df-ymk"
|
||||||
}
|
}
|
||||||
|
|
||||||
task "prometheus" {
|
task "prometheus" {
|
||||||
|
@ -72,7 +72,7 @@ job "telemetry-storage" {
|
||||||
resources {
|
resources {
|
||||||
memory = 1500
|
memory = 1500
|
||||||
memory_max = 4000
|
memory_max = 4000
|
||||||
cpu = 1000
|
cpu = 400
|
||||||
}
|
}
|
||||||
|
|
||||||
service {
|
service {
|
||||||
|
|
Loading…
Add table
Reference in a new issue