move grafana-new. to grafana.
This commit is contained in:
parent
f4689d25de
commit
3247bf69cf
1 changed files with 3 additions and 3 deletions
|
@ -43,7 +43,7 @@ job "telemetry" {
|
||||||
}
|
}
|
||||||
|
|
||||||
resources {
|
resources {
|
||||||
memory = 500
|
memory = 501
|
||||||
cpu = 500
|
cpu = 500
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -134,14 +134,14 @@ EOH
|
||||||
}
|
}
|
||||||
|
|
||||||
resources {
|
resources {
|
||||||
memory = 500
|
memory = 501
|
||||||
cpu = 100
|
cpu = 100
|
||||||
}
|
}
|
||||||
|
|
||||||
service {
|
service {
|
||||||
tags = [
|
tags = [
|
||||||
"grafana",
|
"grafana",
|
||||||
"tricot grafana-new.deuxfleurs.fr",
|
"tricot grafana.deuxfleurs.fr",
|
||||||
]
|
]
|
||||||
port = 3719
|
port = 3719
|
||||||
address_mode = "driver"
|
address_mode = "driver"
|
||||||
|
|
Loading…
Reference in a new issue