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

Increase cert-manager-cainjector CPU limits

Fixes: #438
parent 386e3614
No related branches found
No related tags found
No related merge requests found
...@@ -31,10 +31,10 @@ spec: ...@@ -31,10 +31,10 @@ spec:
cainjector: cainjector:
resources: resources:
requests: requests:
cpu: 100m cpu: 200m
memory: 384Mi memory: 384Mi
limits: limits:
cpu: 200m cpu: 400m
memory: 768Mi memory: 768Mi
webhook: webhook:
resources: resources:
......
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