This commit is contained in:
Waylon S. Walker 2025-05-07 08:09:39 -05:00
commit 0a4b32dffe
12 changed files with 840 additions and 0 deletions

43
grafana-values.yml Normal file
View file

@ -0,0 +1,43 @@
---
persistence:
type: pvc
enabled: true
# DO NOT DO THIS IN PRODUCTION USECASES
adminUser: admin
adminPassword: adminadminadmin
# CONSIDER USING AN EXISTING SECRET
# Use an existing secret for the admin user.
# admin:
## Name of the secret. Can be templated.
# existingSecret: ""
# userKey: admin-user
# passwordKey: admin-password
service:
enabled: true
type: ClusterIP
sidecar:
dashboards:
enabled: true
label: grafana_dashboard
labelValue: "1"
folder: /tmp/dashboards
searchNamespace: ""
datasources:
datasources.yaml:
apiVersion: 1
datasources:
- name: Loki
type: loki
access: proxy
orgId: 1
url: http://loki-gateway.meta.svc.cluster.local:80
basicAuth: false
isDefault: false
version: 1
editable: false