Skip to content

Commit

Permalink
fix(kontinuous): set right limits and requests (#5729)
Browse files Browse the repository at this point in the history
CPU
- requests : 600m (actuellement 500m)
- limits : 700m (actuellement 600m)
Memory
- requests : 1280Mo (actuellement 896Mo)
- limits : 1536Mo (actuellement 1024Mo)
  • Loading branch information
igorrenquin committed Mar 27, 2024
1 parent 6c520de commit 2ad8dda
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .kontinuous/env/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ app:
enabled: true
resources:
limits:
cpu: 600m
memory: 1024Mi
cpu: 700m
memory: 1536Mi
requests:
cpu: 500m
memory: 896Mi
cpu: 600m
memory: 1280Mi

0 comments on commit 2ad8dda

Please sign in to comment.