Skip to content
Snippets Groups Projects
Commit e2e91101 authored by Guillermo Facundo Colunga's avatar Guillermo Facundo Colunga
Browse files

metrics: set fluentbit requests and limits to 512Mi and 1Gi


Signed-off-by: Guillermo Facundo Colunga's avatarGuillermo Facundo Colunga <guillermo.facundo.colunga@cern.ch>
parent 6331d1a3
Branches master qa
Tags v0.1.3
No related merge requests found
apiVersion: v2
name: cern-it-kubernetes-monitoring
type: application
version: 0.1.2
version: 0.1.3
kubeVersion: ">=1.27.0-0"
description: Helm Chart provided by IT Monitoring Service to install and configure required components to gather and send monitoring data from kubernetes clusters to central service.
home: https://cern.ch/monitoring
......@@ -122,10 +122,10 @@ metrics:
resources:
requests:
cpu: "1"
memory: "150Mi"
memory: "512Mi"
limits:
cpu: "1"
memory: "500Mi"
memory: "1Gi"
matchQuery: "match[]={job!=\"\"}"
# -- 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