Skip to content

Commit

Permalink
feat: add pinchflat pvc
Browse files Browse the repository at this point in the history
  • Loading branch information
oscaromeu committed Oct 20, 2024
1 parent 1fa9299 commit bf59c83
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion kubernetes/main/apps/default/pinchflat/app/pvc.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: pinchflat-config
namespace: default
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 100Mi
storageClassName: openebs-hostpath
---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: pinchflat-output
spec:
Expand All @@ -9,4 +22,4 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: 10Gi
storage: 100Gi

0 comments on commit bf59c83

Please sign in to comment.