summaryrefslogtreecommitdiffstats
path: root/roles/openshift_cfme/templates/miq-pv-db.yaml.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/openshift_cfme/templates/miq-pv-db.yaml.j2')
-rw-r--r--roles/openshift_cfme/templates/miq-pv-db.yaml.j213
1 files changed, 13 insertions, 0 deletions
diff --git a/roles/openshift_cfme/templates/miq-pv-db.yaml.j2 b/roles/openshift_cfme/templates/miq-pv-db.yaml.j2
new file mode 100644
index 000000000..b8c3bb277
--- /dev/null
+++ b/roles/openshift_cfme/templates/miq-pv-db.yaml.j2
@@ -0,0 +1,13 @@
+apiVersion: v1
+kind: PersistentVolume
+metadata:
+ name: miq-pv01
+spec:
+ capacity:
+ storage: 15Gi
+ accessModes:
+ - ReadWriteOnce
+ nfs:
+ path: /exports/miq-pv01
+ server: {{ openshift_cfme_nfs_server }}
+ persistentVolumeReclaimPolicy: Retain