We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dc5091 commit fe50147Copy full SHA for fe50147
test/e2e-kuttl/quota-forest/04-install.yaml
@@ -43,8 +43,8 @@ spec:
43
- while true; do sleep 10; done
44
resources:
45
requests:
46
- cpu: "0.6m"
+ cpu: "900m"
47
memory: "95Mi"
48
limits:
49
50
test/e2e-kuttl/quota-forest/06-install.yaml
@@ -18,11 +18,11 @@ spec:
18
custompodresources:
19
- replicas: 1
20
21
- cpu: 8000m
22
- memory: 15Gi
+ memory: 100Mi
23
24
25
26
generictemplate:
27
apiVersion: batch/v1
28
kind: Job
0 commit comments