Skip to content

Commit

Permalink
Adding 1Ti MinIO object storage to nerc-ocp-test
Browse files Browse the repository at this point in the history
There are other projects using the test cluster that could use 300Gi
object storage. We will increase the size of the MinIO PVC from 10Gi to
1Ti.
  • Loading branch information
computate committed Nov 27, 2024
1 parent 79db710 commit 2e05f7a
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-test/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: 1Ti

0 comments on commit 2e05f7a

Please sign in to comment.