Skip to content

Commit fe50147

Browse files
committed
change units
1 parent 3dc5091 commit fe50147

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 2 additions & 2 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: "0.6m"
46+
cpu: "900m"
4747
memory: "95Mi"
4848
limits:
49-
cpu: "0.6m"
49+
cpu: "900m"
5050
memory: "95Mi"

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ spec:
1818
custompodresources:
1919
- replicas: 1
2020
requests:
21-
cpu: 8000m
22-
memory: 15Gi
21+
cpu: "900m"
22+
memory: 100Mi
2323
limits:
24-
cpu: 8000m
25-
memory: 15Gi
24+
cpu: "900m"
25+
memory: 100Mi
2626
generictemplate:
2727
apiVersion: batch/v1
2828
kind: Job

0 commit comments

Comments
 (0)