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