Merge pull request #47 from arthurlogilab/patch-1

[manager] Bump up the limits and requests
This commit is contained in:
Chris Lu 2021-07-20 01:10:53 -07:00 committed by GitHub
commit 2a72636987
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