init
This commit is contained in:
commit
0a4b32dffe
12 changed files with 840 additions and 0 deletions
43
grafana-values.yml
Normal file
43
grafana-values.yml
Normal 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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue