provision grafana plugins
This commit is contained in:
parent
74efc7f72c
commit
beef8c1a3e
|
@ -28,29 +28,9 @@ spec:
|
|||
image: grafana/grafana
|
||||
env:
|
||||
- name: GF_AUTH_ANONYMOUS_ENABLED
|
||||
value: "false"
|
||||
# - name: GF_DATABASE_TYPE
|
||||
# value: postgres
|
||||
# - name: GF_DATABASE_HOST
|
||||
# valueFrom:
|
||||
# secretKeyRef:
|
||||
# name: postgres-credentials
|
||||
# key: host
|
||||
# - name: GF_DATABASE_NAME
|
||||
# valueFrom:
|
||||
# secretKeyRef:
|
||||
# name: postgres-credentials
|
||||
# key: database
|
||||
# - name: GF_DATABASE_USER
|
||||
# valueFrom:
|
||||
# secretKeyRef:
|
||||
# name: postgres-credentials
|
||||
# key: username
|
||||
# - name: GF_DATABASE_PASSWORD
|
||||
# valueFrom:
|
||||
# secretKeyRef:
|
||||
# name: postgres-credentials
|
||||
# key: password
|
||||
value: "true"
|
||||
- name: GF_INSTALL_PLUGINS
|
||||
value: marcusolsson-json-datasource,marcusolsson-treemap-panel
|
||||
readinessProbe:
|
||||
failureThreshold: 3
|
||||
httpGet:
|
||||
|
|
|
@ -4,4 +4,4 @@ datasources:
|
|||
type: prometheus
|
||||
access: proxy
|
||||
url: http://prometheus-operated.monitoring.svc.cluster.local:9090
|
||||
is_default: true
|
||||
isDefault: true
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
bases:
|
||||
- ../../bases/prometheus
|
||||
- ../../bases/node-exporter
|
||||
# - ../../bases/node-exporter
|
||||
- ../../bases/blackbox-exporter
|
||||
- ../../bases/kube-state-metrics
|
||||
|
||||
|
|
Loading…
Reference in New Issue