Skip to content

Commit

Permalink
Allocate more JNLP resources in tracecompass-pod.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
  • Loading branch information
bhufmann committed Mar 25, 2024
1 parent 9aa0de9 commit 59e4dde
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions jenkins/pod-templates/tracecompass-pod.yaml
Expand Up @@ -26,6 +26,13 @@ spec:
mountPath: /opt/tools
- name: jnlp
image: 'eclipsecbi/jenkins-jnlp-agent'
resources:
requests:
memory: "1024Mi"
cpu: "500m"
limits:
memory: "1024Mi"
cpu: "500m"
volumeMounts:
- mountPath: /home/jenkins/.ssh
name: volume-known-hosts
Expand Down

0 comments on commit 59e4dde

Please sign in to comment.