File tree 1 file changed +6
-7
lines changed
1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,14 @@ spec:
11
11
growthType : " exponential"
12
12
priority : 9
13
13
resources :
14
- Items : []
15
14
GenericItems :
16
15
- replicas : 1
17
16
completionstatus : Complete
18
17
custompodresources :
19
18
- replicas : 1
20
19
requests :
21
- cpu : 10m
22
- memory : 10M
20
+ cpu : 500m
21
+ memory : 128M
23
22
nvidia.com/gpu : 0
24
23
limits :
25
24
cpu : 500m
31
30
metadata :
32
31
namespace : default
33
32
name : defaultaw-schd-spec-with-timeout-1
34
- # labels:
35
- # appwrapper.mcad.ibm.com: defaultaw-schd-spec-with-timeout-1
33
+ labels :
34
+ appwrapper.mcad.ibm.com : defaultaw-schd-spec-with-timeout-1
36
35
spec :
37
36
parallelism : 1
38
37
completions : 1
49
48
args : [ "sleep 10" ]
50
49
resources :
51
50
requests :
52
- memory : " 10Mi "
53
- cpu : " 10m "
51
+ memory : " 128Mi "
52
+ cpu : " 500m "
54
53
limits :
55
54
memory : " 128Mi"
56
55
cpu : " 500m"
You can’t perform that action at this time.
0 commit comments