Skip to content

Commit

Permalink
Adding ceph-imgreg-pvc.yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
rdoxenham committed Nov 24, 2021
1 parent 9ab1181 commit 6a7bdda
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions files/ceph-imgreg-pvc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: ocs-imgreg
namespace: openshift-image-registry
spec:
storageClassName: ocs-storagecluster-cephfs
accessModes:
- ReadWriteMany
resources:
requests:
storage: 100Gi

0 comments on commit 6a7bdda

Please sign in to comment.