summaryrefslogtreecommitdiffstats
path: root/roles/openshift_cfme/templates/miq-pv-region.yaml.j2
blob: 7218773f0bfc7b0a4a0425ada65b471348e0d310 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
apiVersion: v1
kind: PersistentVolume
metadata:
  name: miq-pv02
spec:
  capacity:
    storage: 5Gi
  accessModes:
    - ReadWriteOnce
  nfs: 
    path: /exports/miq-pv02
    server: {{ openshift_cfme_nfs_server }}
  persistentVolumeReclaimPolicy: Retain