summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples/files/examples/v3.10/cfme-templates/cfme-pv-backup-example.yaml
blob: 4fe349897615524c49f4688c5ea40239e770cb99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
apiVersion: v1
kind: PersistentVolume
metadata:
  name: cfme-pv03
spec:
  capacity:
    storage: 15Gi
  accessModes:
  - ReadWriteOnce
  nfs:
    path: "/exports/cfme-pv03"
    server: "<your-nfs-host-here>"
  persistentVolumeReclaimPolicy: Retain