Skip to content

Commit

Permalink
NXBT-3272: bump cpu for MavenNodejs containers
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabez0r authored and nelsonsilva committed Apr 29, 2020
1 parent 44c05f7 commit 54d2b41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,10 @@ jenkins:
Image: $DOCKER_REGISTRY/nuxeo/builder-maven-nodejs-chrome:latest
Privileged: true
# Bump request and limits for functional tests
RequestCpu: "3"
RequestMemory: "4Gi"
LimitCpu: "4"
LimitMemory: "8Gi"
RequestCpu: "4"
RequestMemory: "3Gi"
LimitCpu: "6"
LimitMemory: "4Gi"
# You may want to change this to true while testing a new image
# AlwaysPullImage: true
Command: "/bin/sh -c"
Expand Down

0 comments on commit 54d2b41

Please sign in to comment.