Increase memory, to prevent OOM killing (#774)

This commit is contained in:
Jelmer Vernooij 2023-01-08 18:42:18 +00:00 committed by GitHub
parent 410c403452
commit 3ce8a49d26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -266,10 +266,10 @@ spec:
resources: resources:
limits: limits:
cpu: 100m cpu: 100m
memory: 30Mi memory: 90Mi
requests: requests:
cpu: 100m cpu: 100m
memory: 20Mi memory: 60Mi
env: env:
- name: WATCH_NAMESPACE - name: WATCH_NAMESPACE
valueFrom: valueFrom: