Skip to content

Commit

Permalink
fix: cpu limits
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszbarwicki committed Oct 11, 2023
1 parent 2f6f710 commit afdc833
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/app-dashboard/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ resources:
# 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: 100m
cpu: 200m
memory: 128Mi
requests:
cpu: 200m
cpu: 100m
memory: 128Mi

nodeSelector: {}
Expand Down

0 comments on commit afdc833

Please sign in to comment.