Skip to content
Snippets Groups Projects
Commit 5daa38f3 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

Merge branch '792-increase-grafana-retention-time' into 'master'

Resolve "Increase grafana retention time"

Closes #792

See merge request openappstack/openappstack!409
parents 6cde930d 9c102e16
No related branches found
No related tags found
No related merge requests found
......@@ -97,10 +97,11 @@ alertmanager:
prometheus:
# https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus
prometheusSpec:
scrapeInterval: "3m"
evaluationInterval: "3m"
retention: "10d"
retention: "30d"
# replicas: 2
# podAntiAffinity: "hard"
......@@ -141,6 +142,7 @@ prometheus:
#
grafana:
# https://github.com/grafana/helm-charts/tree/main/charts/grafana
adminPassword: "{{ grafana_admin_password }}"
grafana.ini:
server:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment