summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples/files/examples/v3.9/cfme-templates/cfme-pv-server-example.yaml
blob: c08c2126579464b4ed1df793e66a0f06dc4c08c4 (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: 5Gi
  accessModes:
    - ReadWriteOnce
  nfs: 
    path: /exports/cfme-pv03
    server: <your-nfs-host-here>
  persistentVolumeReclaimPolicy: Retain