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