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