forked from Deuxfleurs/nixcfg
prod: migrate prometheus storage from neptune to scorpio
This commit is contained in:
parent
3bff7075b3
commit
2e99ca2c52
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
job "telemetry-storage" {
|
||||
datacenters = ["neptune", "bespin"]
|
||||
datacenters = ["scorpio", "bespin"]
|
||||
type = "service"
|
||||
|
||||
group "prometheus" {
|
||||
|
@ -14,7 +14,7 @@ job "telemetry-storage" {
|
|||
constraint {
|
||||
attribute = "${attr.unique.hostname}"
|
||||
operator = "set_contains_any"
|
||||
value = "celeri,df-ymk"
|
||||
value = "ananas,df-ymk"
|
||||
}
|
||||
|
||||
task "prometheus" {
|
||||
|
|
Loading…
Reference in a new issue