Skip to content

Commit

Permalink
Add Grafana persistence
Browse files Browse the repository at this point in the history
  • Loading branch information
Brutus5000 committed Jan 16, 2025
1 parent 228df4c commit ecd2f31
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cluster/storage/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,8 @@ managedStorages:
size: 1Gi
pvc:
namespace: faf-apps
- pv:
name: grafana
size: 1Gi
pvc:
namespace: faf-ops
4 changes: 4 additions & 0 deletions ops/monitoring/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ victoria-metrics-k8s-stack:
# Inject Github OAuth credentials
envFromSecret: grafana

persistence:
enabled: true
existingClaim: grafana-pvc

# Disable sidecar installing default dashboards to allow custom dashboards
# https://docs.victoriametrics.com/helm/victoriametrics-k8s-stack/#adding-external-dashboards
sidecar:
Expand Down

0 comments on commit ecd2f31

Please sign in to comment.