Skip to content

Commit

Permalink
fix: update cpu limits and requests to consumer app
Browse files Browse the repository at this point in the history
  • Loading branch information
sydrawat01 committed Dec 1, 2023
1 parent c06d434 commit f932ed1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ service:
resources:
limits:
memory: "512Mi"
cpu: "0.6"
cpu: "0.8"
requests:
memory: "128Mi"
cpu: "0.2"
cpu: "0.4"

psql:
enabled: true
Expand Down

0 comments on commit f932ed1

Please sign in to comment.