aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/namespaces/web/ghost/volume.yaml
blob: 3789b399f3b2342b1e113bdba54e2731ddc783f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
  name: ghost-storage
  labels:
    app: ghost
  namespace: web
spec:
  storageClassName: linode-block-storage-retain
  accessModes:
    - ReadWriteOncePod
  resources:
    requests:
      storage: 10Gi