Skip to content

Commit

Permalink
Merge pull request #60 from jmhbnz/main
Browse files Browse the repository at this point in the history
Update resources for minio
  • Loading branch information
tnscorcoran authored Jul 2, 2024
2 parents 73bdaf9 + d65d122 commit 0d15c54
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup/minio-setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: 40Gi
storage: 80Gi

---
kind: Secret
Expand Down Expand Up @@ -44,10 +44,10 @@ spec:
containers:
- resources:
limits:
cpu: 250m
memory: 1Gi
cpu: 4
memory: 4Gi
requests:
cpu: 20m
cpu: 200m
memory: 100Mi
readinessProbe:
tcpSocket:
Expand Down

0 comments on commit 0d15c54

Please sign in to comment.