File tree Expand file tree Collapse file tree 3 files changed +30
-8
lines changed Expand file tree Collapse file tree 3 files changed +30
-8
lines changed Original file line number Diff line number Diff line change @@ -57,15 +57,22 @@ spec:
57
57
emptyDir: {}
58
58
59
59
containers:
60
-
60
+ - name: jnlp
61
+ resources:
62
+ limits:
63
+ memory: "1Gi"
64
+ cpu: "1"
65
+ requests:
66
+ memory: "1Gi"
67
+ cpu: "500m"
61
68
- name: el-build
62
69
resources:
63
70
limits:
64
71
memory: "6Gi"
65
72
cpu: "4"
66
73
requests:
67
74
memory: "6Gi"
68
- cpu: "4 "
75
+ cpu: "3.5 "
69
76
image: tkraus/el-build:1.1.8
70
77
volumeMounts:
71
78
- name: tools
Original file line number Diff line number Diff line change @@ -52,15 +52,22 @@ spec:
52
52
emptyDir: {}
53
53
54
54
containers:
55
-
55
+ - name: jnlp
56
+ resources:
57
+ limits:
58
+ memory: "1Gi"
59
+ cpu: "1"
60
+ requests:
61
+ memory: "1Gi"
62
+ cpu: "500m"
56
63
- name: el-build
57
64
resources:
58
65
limits:
59
66
memory: "2Gi"
60
- cpu: "1 "
67
+ cpu: "2 "
61
68
requests:
62
69
memory: "2Gi"
63
- cpu: "1"
70
+ cpu: "1.5 "
64
71
image: tkraus/el-build:1.1.8
65
72
volumeMounts:
66
73
- name: tools
Original file line number Diff line number Diff line change @@ -38,15 +38,23 @@ spec:
38
38
name: known-hosts
39
39
40
40
containers:
41
- - name: eclipselink-tck-run
42
- image: tkraus/el-build:1.1.8
41
+ - name: jnlp
43
42
resources:
44
43
limits:
45
44
memory: "1Gi"
46
45
cpu: "1"
47
46
requests:
48
47
memory: "1Gi"
49
- cpu: "1"
48
+ cpu: "500m"
49
+ - name: eclipselink-tck-run
50
+ image: tkraus/el-build:1.1.8
51
+ resources:
52
+ limits:
53
+ memory: "3Gi"
54
+ cpu: "3"
55
+ requests:
56
+ memory: "3Gi"
57
+ cpu: "2.5"
50
58
volumeMounts:
51
59
- name: tools
52
60
mountPath: /opt/tools
You can’t perform that action at this time.
0 commit comments