Skip to content
This repository has been archived by the owner on Mar 17, 2020. It is now read-only.

Commit

Permalink
increase resource limits
Browse files Browse the repository at this point in the history
Signed-off-by: Nandor Kracser <[email protected]>
  • Loading branch information
bonifaido committed Nov 6, 2019
1 parent 2d4002d commit 73f31c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .banzaicloud/charts/spotguide-spring-boot/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ ingress:

resources:
limits:
cpu: 500m
cpu: 1000m
memory: 512Mi
requests:
cpu: 250m
memory: 256Mi
cpu: 1000m
memory: 512Mi

nodeSelector: {}

Expand Down

0 comments on commit 73f31c0

Please sign in to comment.