Skip to content

Commit

Permalink
feat: add pvc patch of 20 Ti storage for MinIO
Browse files Browse the repository at this point in the history
Signed-off-by: Dheeraj<[email protected]>
  • Loading branch information
dheerajodha committed Dec 3, 2024
1 parent 370646a commit 42f0c5a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions minio/overlays/nerc-ocp-obs/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ configMapGenerator:

patches:
- path: externalsecrets/patch-minio-admin-credentials.yaml
- path: persistentvolumeclaims/patch-pvc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: minio-data
spec:
resources:
requests:
storage: 20Ti

0 comments on commit 42f0c5a

Please sign in to comment.