grafana
This commit is contained in:
parent
b64d90cab2
commit
56e0a39380
@ -36,8 +36,7 @@ spec:
|
|||||||
readOnly: true
|
readOnly: true
|
||||||
volumes:
|
volumes:
|
||||||
- name: grafana-data-volume
|
- name: grafana-data-volume
|
||||||
persistentVolumeClaim:
|
emptyDir: {}
|
||||||
claimName: grafana-data-pvc
|
|
||||||
- name: timezone
|
- name: timezone
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /usr/share/zoneinfo/Asia/Shanghai
|
path: /usr/share/zoneinfo/Asia/Shanghai
|
||||||
|
|||||||
@ -9,4 +9,4 @@ spec:
|
|||||||
- ReadWriteOnce
|
- ReadWriteOnce
|
||||||
storageClassName: microk8s-hostpath
|
storageClassName: microk8s-hostpath
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /var/snap/microk8s/common/mnt/data/grafana-data
|
path: /tmp/grafana-data
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user