mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-22 21:24:52 +07:00
fix(grafana): enable side car for dashboards and datasources
Copied config from kube-prometheus-stack
This commit is contained in:
parent
a5ecaafe50
commit
c2d1263cbd
@ -12,6 +12,13 @@ grafana:
|
||||
- secretName: grafana-general-tls
|
||||
hosts:
|
||||
- *host
|
||||
sidecar:
|
||||
dashboards:
|
||||
enabled: true
|
||||
searchNamespace: monitoring-system
|
||||
datasources:
|
||||
enabled: true
|
||||
searchNamespace: monitoring-system
|
||||
envFromSecret: grafana-secrets
|
||||
grafana.ini:
|
||||
server:
|
||||
|
Loading…
Reference in New Issue
Block a user