Skip to content

Commit

Permalink
[backport][release-2.1] fix: Bump minio memory limits/requests (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbuto committed May 25, 2022
1 parent 08741cd commit e078c22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/grafana-loki/0.33.1/minio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ spec:
resources:
limits:
cpu: 750m
memory: 512Mi
memory: 1Gi
requests:
cpu: 250m
memory: 256Mi
memory: 768Mi

credsSecret:
name: grafana-loki-minio
Expand Down

0 comments on commit e078c22

Please sign in to comment.