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