Skip to content

Commit

Permalink
fix(chart): adjust resources (#1109)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtrompier authored May 6, 2024
1 parent 94542db commit 4805941
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ ingress:

resources:
requests:
cpu: 1
memory: 8Gi
cpu: 2
memory: 4Gi
limits:
cpu: 1
memory: 8Gi
cpu: 2
memory: 4Gi
nodeSelector: {}
tolerations: []

Expand Down

0 comments on commit 4805941

Please sign in to comment.