Merge pull request #1199 from munnerz/e2e-increase-resources

Increase resource requests and limits for cert-manager during e2e tests
This commit is contained in:
jetstack-bot 2019-01-11 17:07:22 +00:00 committed by GitHub
commit 17118ccd6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,10 +6,10 @@ image:
resources:
requests:
cpu: 100m
memory: 50Mi
cpu: 500m
memory: 200Mi
limits:
cpu: 200m
cpu: 1
memory: 200Mi
extraArgs:
@ -25,8 +25,8 @@ webhook:
pullPolicy: Never
resources:
requests:
cpu: 10m
cpu: 100m
memory: 40Mi
limits:
cpu: 100m
cpu: 200m
memory: 256Mi