update grafana volumes

This commit is contained in:
2024-06-26 23:07:03 +10:00
parent dbbb78b2b1
commit 0799662bd7

View File

@@ -46,8 +46,6 @@ spec:
ports:
- containerPort: 3000
volumeMounts:
- name: grafana-config-volume
mountPath: /usr/share/grafana
- name: prometheus-storage-volume
mountPath: /var/lib/grafana
subPath: grafana
@@ -60,7 +58,3 @@ spec:
hostPath:
path: /mnt/nfs/AppData/prometheus/storage
type: Directory
- name: grafana-config-volume
hostPath:
path: /mnt/nfs/AppData/grafana/conf
type: Directory