mirror of
https://github.com/nold360/hive-apps
synced 2024-11-09 23:36:38 +00:00
21 lines
481 B
YAML
21 lines
481 B
YAML
config:
|
|
description: Grafana, Prometheus and friends
|
|
|
|
apps:
|
|
- name: kube-prometheus-stack
|
|
repoURL: https://prometheus-community.github.io/helm-charts
|
|
chart: kube-prometheus-stack
|
|
targetRevision: 60.3.0
|
|
secrets:
|
|
- name: grafana
|
|
keys:
|
|
- admin-password
|
|
- admin-user
|
|
syncPolicy:
|
|
syncOptions:
|
|
- ServerSideApply=true
|
|
|
|
# - name: loki-stack
|
|
# repoURL: https://grafana.github.io/helm-charts
|
|
# chart: loki-stack
|
|
# targetRevision: 2.10.2
|