Skip to content

Commit

Permalink
fix(loki): reduce memory request from 20Mi to 10Mi and CPU request fr…
Browse files Browse the repository at this point in the history
…om 10m to 3m in values.yaml

Signed-off-by: walnuts1018 <r.juglans.1018@gmail.com>
  • Loading branch information
walnuts1018 committed Feb 9, 2025
1 parent 24ec0fc commit 8a551ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s/apps/loki/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ gateway:
targetMemoryUtilizationPercentage: 100
resources:
requests:
memory: 20Mi
cpu: 10m
memory: 12Mi
cpu: 5m
limits:
memory: 512Mi
cpu: 100m
Expand Down

0 comments on commit 8a551ca

Please sign in to comment.