prod: migrate prometheus storage from neptune to scorpio

This commit is contained in:
Baptiste Jonglez 2024-11-30 01:30:12 +01:00
parent 3bff7075b3
commit 2e99ca2c52

View file

@ -1,5 +1,5 @@
job "telemetry-storage" { job "telemetry-storage" {
datacenters = ["neptune", "bespin"] datacenters = ["scorpio", "bespin"]
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 = "celeri,df-ymk" value = "ananas,df-ymk"
} }
task "prometheus" { task "prometheus" {