Skip to content

Commit

Permalink
fix(loki): reduce CPU request from 100m to 30m in values.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: walnuts1018 <r.juglans.1018@gmail.com>
  • Loading branch information
walnuts1018 committed Feb 9, 2025
1 parent 3bb81cf commit 24ec0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/apps/loki/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ write:
resources:
requests:
memory: 300Mi
cpu: 100m
cpu: 30m
limits:
memory: 1Gi
cpu: 1
Expand Down

0 comments on commit 24ec0fc

Please sign in to comment.