Skip to content
Snippets Groups Projects
Verified Commit 4d5ca596 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(monitoring): Increase resource requests and limits

This patch increases the resource requests and limits for the Prometheus
Operator Pods, after flying too close the sun, which resulted in an
unexpected crashing of the Pod due to, too many ServiceMonitor objects.
parent fc11c173
No related branches found
No related tags found
No related merge requests found
...@@ -161,11 +161,11 @@ data: ...@@ -161,11 +161,11 @@ data:
namespace: kube-system namespace: kube-system
resources: resources:
limits: limits:
cpu: 200m cpu: 500m
memory: 200Mi memory: 512Mi
requests: requests:
cpu: 100m cpu: 100m
memory: 100Mi memory: 256Mi
securityContext: securityContext:
fsGroup: 65534 fsGroup: 65534
runAsGroup: 65534 runAsGroup: 65534
......
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