Skip to content

Commit

Permalink
fix: remove new pvc
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Rabbito <[email protected]>
  • Loading branch information
anthr76 committed Dec 14, 2023
1 parent c5c891e commit 8ef6c50
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions k8s/base/media/media-pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,3 @@ spec:
requests:
storage: 15T
storageClassName: slow-ceph-filesystem
---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: media-v4
namespace: media
spec:
accessModes:
- ReadWriteMany
resources:
requests:
storage: 10T
storageClassName: slow-ceph-filesystem-v2

0 comments on commit 8ef6c50

Please sign in to comment.