Skip to content

Commit

Permalink
Bump up agent resources (GoogleCloudPlatform#133)
Browse files Browse the repository at this point in the history
Signed-off-by: Vic Iglesias <viglesias@google.com>
  • Loading branch information
Vic Iglesias authored Nov 6, 2018
1 parent 6c028d9 commit b9bea70
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions jenkins/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ Master:
ServiceType: ClusterIP
Agent:
Enabled: false
resources:
requests:
cpu: "500m"
memory: "256Mi"
limits:
cpu: "1"
memory: "512Mi"
Persistence:
Size: 100Gi
NetworkPolicy:
Expand Down

0 comments on commit b9bea70

Please sign in to comment.