Skip to content

Commit 6462623

Browse files
committed
Bump Jenkins resources
1 parent af1ab5e commit 6462623

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

kubernetesPod.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,17 @@ spec:
1212
- name: containerproxy-build
1313
image: 196229073436.dkr.ecr.eu-west-1.amazonaws.com/openanalytics/containerproxy-build
1414
securityContext:
15-
privileged: true
15+
privileged: true
1616
command: ["sh"]
1717
args: ["/usr/src/app/docker-entrypoint.sh"]
1818
tty: true
1919
volumeMounts:
2020
- mountPath: ~/.m2
21-
name: maven-repo
21+
name: maven-repo
22+
resources:
23+
requests:
24+
memory: "2Gi"
25+
cpu: "1.0"
26+
limits:
27+
memory: "4Gi"
28+
cpu: "1.5"

0 commit comments

Comments
 (0)