Skip to content
Snippets Groups Projects
Unverified Commit 301fd239 authored by Nico Berlee's avatar Nico Berlee
Browse files

Increase memory limit of manager, as I saw multiple OOMKills with 30Mi

parent 2ac59a17
No related merge requests found
......@@ -32,8 +32,8 @@ spec:
resources:
limits:
cpu: 100m
memory: 30Mi
memory: 50Mi
requests:
cpu: 100m
memory: 20Mi
memory: 30Mi
terminationGracePeriodSeconds: 10
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