Skip to content
Snippets Groups Projects
Unverified Commit 4128b1ef authored by Varac's avatar Varac
Browse files

Increase loki + promtail mem limits

Closes: #1013
parent a50fd499
No related branches found
No related tags found
No related merge requests found
......@@ -9,10 +9,10 @@ data:
resources:
limits:
cpu: 800m
memory: 1536Mi
memory: 2304Mi
requests:
cpu: 300m
memory: 1024Mi
memory: 1280Mi
persistence:
enabled: true
accessModes:
......
......@@ -11,10 +11,10 @@ data:
resources:
limits:
cpu: 400m
memory: 256Mi
memory: 384Mi
requests:
cpu: 200m
memory: 128Mi
memory: 256Mi
config:
lokiAddress: http://loki:3100/loki/api/v1/push
# https://github.com/grafana/helm-charts/blob/main/charts/promtail/values.yaml#L217
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment