[manager] Bump up the limits and requests

Fixes #46
This commit is contained in:
Arthur Lutz 2021-07-20 10:08:54 +02:00 committed by GitHub
parent d1aeaa434c
commit cb1fb247c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ spec:
resources:
limits:
cpu: 100m
memory: 30Mi
memory: 100Mi
requests:
cpu: 100m
memory: 20Mi
memory: 50Mi
terminationGracePeriodSeconds: 10