Skip to content

Commit f5bd861

Browse files
committed
bump res requirement
1 parent a40229d commit f5bd861

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/e2e-kuttl/quota-forest/06-install.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ spec:
4343
- while true; do sleep 10; done
4444
resources:
4545
requests:
46-
cpu: "900m"
47-
memory: "95Mi"
46+
cpu: 1100m
47+
memory: 95Mi
4848
limits:
49-
cpu: "900m"
50-
memory: "95Mi"
49+
cpu: 1100m
50+
memory: 95Mi

0 commit comments

Comments
 (0)