Skip to content

Commit

Permalink
chore(resources): Set memory requests and limits for backend (#816)
Browse files Browse the repository at this point in the history
  • Loading branch information
kardamk authored Oct 22, 2024
1 parent 9a75fc5 commit adf5ba6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/fin-pay-transparency/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ backend:
resources:
limits:
cpu: 200m
memory: 500Mi
memory: 600Mi
requests:
cpu: 30m
memory: 250Mi
memory: 500Mi
initResources:
limits:
cpu: 200m
Expand Down

0 comments on commit adf5ba6

Please sign in to comment.