diff --git a/grafana.yaml b/grafana.yaml index f345f31..a8e2860 100644 --- a/grafana.yaml +++ b/grafana.yaml @@ -17,12 +17,10 @@ data: access: proxy url: http://prometheus-operated.monitoring.svc.cluster.local:9090 isDefault: true - uid: prometheus - name: Loki type: loki access: proxy url: http://loki.monitoring.svc.cluster.local:3100 - uid: P8E80F9AEF21F6940 dashboards.yaml: | apiVersion: 1 providers: @@ -397,11 +395,11 @@ spec: - name: grafana-storage mountPath: /var/lib/grafana - name: grafana-provisioning - mountPath: /etc/grafana/provisioning/datasources/datasources.yaml + mountPath: /etc/grafana/provisioning/datasources subPath: datasources.yaml readOnly: true - name: grafana-provisioning - mountPath: /etc/grafana/provisioning/dashboards/dashboards.yaml + mountPath: /etc/grafana/provisioning/dashboards subPath: dashboards.yaml readOnly: true - name: grafana-dashboards