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

Remove kube-prometheus-stack CPU limits

parent 57f4e5f6
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,6 @@ data:
storage: 1Gi
# resources:
# limits:
# cpu: 500m
# memory: 64Mi
# requests:
# cpu: 25m
......@@ -124,7 +123,6 @@ data:
storage: 10Gi
resources:
limits:
cpu: 1
memory: 1.5Gi
requests:
cpu: 300m
......@@ -253,7 +251,6 @@ data:
resources:
limits:
cpu: 400m
memory: 256Mi
requests:
cpu: 200m
......@@ -262,7 +259,6 @@ data:
# sidecar:
# resources:
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 5m
......@@ -271,7 +267,6 @@ data:
prometheusOperator:
resources:
limits:
cpu: 400m
memory: 256Mi
requests:
cpu: 100m
......@@ -281,7 +276,6 @@ data:
prometheus-node-exporter:
resources:
limits:
cpu: 800m
memory: 64Mi
requests:
cpu: 100m
......@@ -291,7 +285,6 @@ data:
kube-state-metrics:
resources:
limits:
cpu: 200m
memory: 128Mi
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