Add PVC for docs storage
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
ddd6cc7e98
commit
3dd838afe1
2 changed files with 15 additions and 0 deletions
|
@ -28,3 +28,7 @@
|
|||
app: docsbuilding
|
||||
file: cron.yml
|
||||
objectname: cron.yml
|
||||
- role: openshift/object
|
||||
app: docsbuilding
|
||||
file: pvc.yml
|
||||
objectname: pvc.yml
|
||||
|
|
11
roles/openshift-apps/docsbuilding/files/pvc.yml
Normal file
11
roles/openshift-apps/docsbuilding/files/pvc.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: docs-storage
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteMany
|
||||
resources:
|
||||
requests:
|
||||
storage: 10Gi
|
||||
storageClassName: ""
|
Loading…
Add table
Add a link
Reference in a new issue