UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 4b208873 authored by Tunde Oladipupo's avatar Tunde Oladipupo
Browse files

Monitoring: pods guaranteed QOS

parent 71463f9f
No related branches found
No related tags found
1 merge request!740Monitoring: Add resource limits and requests
Pipeline #419033 passed
......@@ -381,7 +381,7 @@ monitoring:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/monitoring.git
path: "./chart"
tag: "14.0.0-bb.4"
tag: "14.0.0-bb.5"
# -- Flux reconciliation overrides specifically for the Monitoring Package
flux:
......
......@@ -56,19 +56,6 @@ clusterAuditor:
monitoring:
enabled: true
values:
alertmanager:
alertmanagerSpec:
resources:
requests:
cpu: 100m
memory: 200Mi
limits: {}
prometheusOperator:
resources:
requests:
cpu: 250m
memory: 400Mi
limits: {}
prometheus:
prometheusSpec:
resources:
......@@ -76,19 +63,13 @@ monitoring:
cpu: 100m
memory: 200Mi
limits: {}
grafana:
resources:
requests:
cpu: 100m
memory: 128Mi
limits: {}
kubeStateMetrics:
kube-state-metrics:
resources:
requests:
cpu: 10m
memory: 32Mi
limits: {}
nodeExporter:
prometheus-node-exporter:
resources:
requests:
cpu: 100m
......
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