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

Increase CPU limits for eventrouter

Fixes: #859
parent 788bf6d4
No related branches found
No related tags found
No related merge requests found
......@@ -20,10 +20,10 @@ spec:
sink: stdout
resources:
limits:
memory: 200Mi
memory: 400Mi
cpu: 200m
requests:
memory: 100Mi
memory: 200Mi
cpu: 100m
# Allow custom values either by configMap or by secret
valuesFrom:
......
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