2021-11-28 10:16:31 +00:00
|
|
|
config:
|
|
|
|
description: Grafana, Prometheus and friends
|
|
|
|
apps:
|
|
|
|
- name: prometheus
|
|
|
|
namespace: prometheus
|
|
|
|
repoURL: https://prometheus-community.github.io/helm-charts
|
|
|
|
chart: prometheus
|
2022-01-02 15:24:52 +00:00
|
|
|
targetRevision: 15.0.2
|
2021-11-28 10:16:31 +00:00
|
|
|
- name: loki-stack
|
|
|
|
existingNamespace: prometheus
|
|
|
|
repoURL: https://grafana.github.io/helm-charts
|
|
|
|
chart: loki-stack
|
2022-01-06 01:39:00 +00:00
|
|
|
targetRevision: 2.5.1
|
2021-11-28 10:16:31 +00:00
|
|
|
secrets:
|
|
|
|
- name: loki-stack-grafana
|
|
|
|
keys:
|
|
|
|
- admin-user
|
|
|
|
- admin-password
|
|
|
|
- name: grafana-env
|
|
|
|
keys:
|
|
|
|
- GF_AUTH_GENERIC_OAUTH_CLIENT_SECRET
|