Skip to content

Commit

Permalink
Merge pull request #1626 from jgarciacloudbees/JENKINS-74950
Browse files Browse the repository at this point in the history
JENKINS-74950 - Improve the K8s Maven sample to run in resources limited environments
  • Loading branch information
jglick authored Dec 4, 2024
2 parents d82c569 + a3a487f commit a756e4b
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ spec:
- name: maven
# In a real Jenkinsfile, it is recommended to pin to a specific version and use Dependabot or Renovate to bump it.
image: maven:latest
resources:
requests:
memory: "256Mi"
limits:
memory: "512Mi"
command:
- sleep
args:
Expand Down

0 comments on commit a756e4b

Please sign in to comment.