Skip to content

Commit

Permalink
Updated Minio deployment for v2.9 and sandbox quota for pvc (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
cfchase authored Jun 3, 2024
1 parent cc432b7 commit 387535a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions setup/setup-s3-no-sa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: 20Gi
storage: 10Gi
---
apiVersion: apps/v1
kind: Deployment
Expand Down Expand Up @@ -239,7 +239,7 @@ spec:
envFrom:
- secretRef:
name: minio-root-user
image: image-registry.openshift-image-registry.svc:5000/redhat-ods-applications/s2i-generic-data-science-notebook:2023.1
image: image-registry.openshift-image-registry.svc:5000/redhat-ods-applications/s2i-generic-data-science-notebook:2024.1
imagePullPolicy: IfNotPresent
name: create-buckets
initContainers:
Expand Down
4 changes: 2 additions & 2 deletions setup/setup-s3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: 20Gi
storage: 10Gi
---
apiVersion: apps/v1
kind: Deployment
Expand Down Expand Up @@ -256,7 +256,7 @@ spec:
envFrom:
- secretRef:
name: minio-root-user
image: image-registry.openshift-image-registry.svc:5000/redhat-ods-applications/s2i-generic-data-science-notebook:2023.1
image: image-registry.openshift-image-registry.svc:5000/redhat-ods-applications/s2i-generic-data-science-notebook:2024.1
imagePullPolicy: IfNotPresent
name: create-buckets
initContainers:
Expand Down

0 comments on commit 387535a

Please sign in to comment.