Increase memory limit (#173)

We saw controller quite often OOMing, so first help to increase limit a bit.
This commit is contained in:
Juho Saarinen 2020-11-12 02:14:33 +02:00 committed by GitHub
parent 8217ebcaac
commit 7846f26199
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ spec:
resources:
limits:
cpu: 100m
memory: 30Mi
memory: 100Mi
requests:
cpu: 100m
memory: 20Mi