Skip to content

Commit

Permalink
Reduce resource requirements to fit in new resource limits.
Browse files Browse the repository at this point in the history
  • Loading branch information
bshannon committed Dec 21, 2019
1 parent ddcf38d commit a4b757f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Jenkinsfile
Expand Up @@ -26,8 +26,8 @@ spec:
imagePullPolicy: Always
resources:
limits:
memory: "6Gi"
cpu: "1.25"
memory: "5Gi"
cpu: "1"
- name: james-mail
image: jakartaee/cts-mailserver:0.1
command:
Expand All @@ -42,8 +42,8 @@ spec:
imagePullPolicy: Always
resources:
limits:
memory: "4Gi"
cpu: "1.0"
memory: "2.5Gi"
cpu: ".75"
"""
}
}
Expand Down

0 comments on commit a4b757f

Please sign in to comment.