Increase resource requests and limits for cert-manager during e2e tests
Signed-off-by: James Munnelly <james@munnelly.eu>
This commit is contained in:
parent
1440e9ed57
commit
939b5c3fac
10
test/fixtures/cert-manager-values.yaml
vendored
10
test/fixtures/cert-manager-values.yaml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user