Skip to content
Snippets Groups Projects
Commit 48c41fa3 authored by Borja Garrido Bear's avatar Borja Garrido Bear
Browse files

Change default limits for fluentbit metrics to 2Gi

parent 6331d1a3
No related branches found
No related tags found
No related merge requests found
Pipeline #8049957 failed
...@@ -125,7 +125,7 @@ metrics: ...@@ -125,7 +125,7 @@ metrics:
memory: "150Mi" memory: "150Mi"
limits: limits:
cpu: "1" cpu: "1"
memory: "500Mi" memory: "2Gi"
matchQuery: "match[]={job!=\"\"}" matchQuery: "match[]={job!=\"\"}"
# -- interval used by fluentbit to scrape metrics from prometheus # -- interval used by fluentbit to scrape metrics from prometheus
......
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