update telemetry config on staging

This commit is contained in:
Alex 2022-11-04 11:09:37 +01:00
parent b37c4b3196
commit cc945340a1
Signed by: lx
GPG Key ID: 0E496D15096376BE
1 changed files with 5 additions and 3 deletions

View File

@ -26,7 +26,7 @@ job "telemetry" {
args = [
"--config.file=/etc/prometheus/prometheus.yml",
"--storage.tsdb.path=/data",
"--storage.tsdb.retention.size=20GB",
"--storage.tsdb.retention.size=5GB",
]
volumes = [
"secrets:/etc/prometheus",
@ -115,6 +115,7 @@ job "telemetry" {
resources {
memory = 100
memory_max = 1000
cpu = 100
}
}
@ -122,7 +123,7 @@ job "telemetry" {
task "grafana" {
driver = "docker"
config {
image = "grafana/grafana:9.2.0"
image = "grafana/grafana:9.2.3"
network_mode = "host"
ports = [ "grafana" ]
volumes = [
@ -155,7 +156,7 @@ job "telemetry" {
"grafana",
"tricot grafana.staging.deuxfleurs.org",
]
port = 3719
port = 3719
address_mode = "driver"
name = "grafana"
check {
@ -194,6 +195,7 @@ job "telemetry" {
resources {
memory = 100
memory_max = 500
cpu = 100
}
}