Skip to content

Commit

Permalink
[DSD-3065] Added resource limits in partner-onboarder
Browse files Browse the repository at this point in the history
  • Loading branch information
syed-salman-technoforte committed Jul 17, 2023
1 parent 66578d5 commit 137f51c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/partner-onboarder/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ resources:
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
limits: {}
# cpu: 200m
# memory: 256Mi
limits:
cpu: 800m
memory: 15000Mi
requests:
cpu: 500m
memory: 1000Mi
Expand Down

0 comments on commit 137f51c

Please sign in to comment.