43 lines
856 B
YAML
43 lines
856 B
YAML
---
|
|
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
|
|
|