mirror of
https://github.com/nold360/hive-apps
synced 2024-11-05 13:26:37 +00:00
21 lines
517 B
YAML
21 lines
517 B
YAML
config:
|
|
description: Grafana, Prometheus and friends
|
|
apps:
|
|
- name: prometheus
|
|
namespace: prometheus
|
|
repoURL: https://prometheus-community.github.io/helm-charts
|
|
chart: prometheus
|
|
targetRevision: 15.0.2
|
|
- name: loki-stack
|
|
existingNamespace: prometheus
|
|
repoURL: https://grafana.github.io/helm-charts
|
|
chart: loki-stack
|
|
targetRevision: 2.5.0
|
|
secrets:
|
|
- name: loki-stack-grafana
|
|
keys:
|
|
- admin-user
|
|
- admin-password
|
|
- name: grafana-env
|
|
keys:
|
|
- GF_AUTH_GENERIC_OAUTH_CLIENT_SECRET
|