o-a/websites: add pvc
Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
parent
a27d4a4ce8
commit
39c4f31f88
2 changed files with 16 additions and 0 deletions
|
@ -16,6 +16,11 @@
|
||||||
- codeblock
|
- codeblock
|
||||||
- ryanlerch
|
- ryanlerch
|
||||||
|
|
||||||
|
- role: openshift/object
|
||||||
|
app: websites
|
||||||
|
file: pvc.yml
|
||||||
|
objectname: pvc.yml
|
||||||
|
|
||||||
- role: openshift/imagestream
|
- role: openshift/imagestream
|
||||||
app: websites
|
app: websites
|
||||||
imagename: builder
|
imagename: builder
|
||||||
|
|
11
roles/openshift-apps/websites/files/pvc.yml
Normal file
11
roles/openshift-apps/websites/files/pvc.yml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
apiVersion: v1
|
||||||
|
kind: PersistentVolumeClaim
|
||||||
|
metadata:
|
||||||
|
name: websites-storage
|
||||||
|
spec:
|
||||||
|
accessModes:
|
||||||
|
- ReadWriteMany
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
storage: 5Gi
|
||||||
|
storageClassName: ""
|
Loading…
Add table
Add a link
Reference in a new issue