update grafana volumes
This commit is contained in:
@@ -46,8 +46,6 @@ spec:
|
|||||||
ports:
|
ports:
|
||||||
- containerPort: 3000
|
- containerPort: 3000
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: grafana-config-volume
|
|
||||||
mountPath: /usr/share/grafana
|
|
||||||
- name: prometheus-storage-volume
|
- name: prometheus-storage-volume
|
||||||
mountPath: /var/lib/grafana
|
mountPath: /var/lib/grafana
|
||||||
subPath: grafana
|
subPath: grafana
|
||||||
@@ -59,8 +57,4 @@ spec:
|
|||||||
- name: prometheus-storage-volume
|
- name: prometheus-storage-volume
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /mnt/nfs/AppData/prometheus/storage
|
path: /mnt/nfs/AppData/prometheus/storage
|
||||||
type: Directory
|
|
||||||
- name: grafana-config-volume
|
|
||||||
hostPath:
|
|
||||||
path: /mnt/nfs/AppData/grafana/conf
|
|
||||||
type: Directory
|
type: Directory
|
||||||
Reference in New Issue
Block a user