aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/namespaces/default/grafana/volume.yaml
blob: 6283a7c8cd05c818676771d904bad3234193d08c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
  name: grafana-storage
  labels:
    app: grafana
spec:
  storageClassName: linode-block-storage-retain
  accessModes:
    - ReadWriteOnce
  resources:
    requests:
      storage: 10Gi