Skip to content

Commit dcf2d5a

Browse files
committed
chore(openshift): update cpu usage
1 parent 7ad1a52 commit dcf2d5a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

openshift/openshift-template.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ items:
4848
- type: GitHub
4949
github:
5050
secret: tisk
51+
resources:
52+
requests:
53+
cpu: 200m
54+
memory: 512Mi
55+
limits:
56+
cpu: '1'
57+
memory: 4Gi
5158
runPolicy: SerialLatestOnly
5259
strategy:
5360
type: JenkinsPipeline
@@ -74,6 +81,13 @@ items:
7481
- secret:
7582
name: npmrc-secret
7683
runPolicy: Parallel
84+
resources:
85+
requests:
86+
cpu: 200m
87+
memory: 512Mi
88+
limits:
89+
cpu: '1'
90+
memory: 4Gi
7791
strategy:
7892
type: Docker
7993
dockerStrategy:

0 commit comments

Comments
 (0)