o-a/websites: add pvc

Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
Rick Elrod 2020-06-12 13:26:05 -05:00 committed by Rick Elrod
parent a27d4a4ce8
commit 39c4f31f88
2 changed files with 16 additions and 0 deletions

View file

@ -16,6 +16,11 @@
- codeblock
- ryanlerch
- role: openshift/object
app: websites
file: pvc.yml
objectname: pvc.yml
- role: openshift/imagestream
app: websites
imagename: builder

View file

@ -0,0 +1,11 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: websites-storage
spec:
accessModes:
- ReadWriteMany
resources:
requests:
storage: 5Gi
storageClassName: ""