Files
KubeDiagrams/webapp/frontend/public/examples/helmfiles/monitoring-stack.yaml
Philippe Merle a9f76de7d8 Cosmetic updates
2026-02-18 11:13:45 +01:00

27 lines
596 B
YAML

repositories:
- name: prometheus-community
url: https://prometheus-community.github.io/helm-charts
- name: grafana
url: https://grafana.github.io/helm-charts
releases:
- name: prometheus
namespace: monitoring
chart: prometheus-community/prometheus
version: 15.0.0
values:
- server:
persistentVolume:
enabled: true
size: 8Gi
- name: grafana
namespace: monitoring
chart: grafana/grafana
version: 6.50.0
values:
- adminPassword: changeme
persistence:
enabled: true
size: 5Gi