Skip to content
Snippets Groups Projects
Commit 06df9fb6 authored by Max Inden's avatar Max Inden Committed by GitHub
Browse files

bundle.yaml: Bump Prometheus Operator memory request and limit (#1622)

When handling big Kubernetes objects, marshalling objects is memory
intense. This can be reproduced with the end-to-end test
`TestPrometheusRulesExceedingConfigMapLimit`. This patch doubles the
memory request and limit of the Prometheus Operator deployment to 100mb
and 200mb.
parent 0df7d4cc
No related branches found
No related tags found
No related merge requests found
...@@ -29,10 +29,10 @@ spec: ...@@ -29,10 +29,10 @@ spec:
resources: resources:
limits: limits:
cpu: 200m cpu: 200m
memory: 100Mi memory: 200Mi
requests: requests:
cpu: 100m cpu: 100m
memory: 50Mi memory: 100Mi
securityContext: securityContext:
allowPrivilegeEscalation: false allowPrivilegeEscalation: false
readOnlyRootFilesystem: true readOnlyRootFilesystem: true
......
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