We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af1ab5e commit 6462623Copy full SHA for 6462623
1 file changed
kubernetesPod.yaml
@@ -12,10 +12,17 @@ spec:
12
- name: containerproxy-build
13
image: 196229073436.dkr.ecr.eu-west-1.amazonaws.com/openanalytics/containerproxy-build
14
securityContext:
15
- privileged: true
+ privileged: true
16
command: ["sh"]
17
args: ["/usr/src/app/docker-entrypoint.sh"]
18
tty: true
19
volumeMounts:
20
- mountPath: ~/.m2
21
- name: maven-repo
+ 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