volume mount

This commit is contained in:
2026-02-11 09:55:15 +02:00
parent 3249768b6d
commit e1566b46c9

View File

@@ -94,6 +94,8 @@ spec:
volumeMounts: volumeMounts:
- name: grafana-storage - name: grafana-storage
mountPath: /var/lib/grafana mountPath: /var/lib/grafana
- name: config-datasources
mountPath: /etc/grafana/provisioning/datasources
readinessProbe: readinessProbe:
httpGet: httpGet:
path: /api/health path: /api/health