Skip to content

Commit

Permalink
bump resource limits for assertoor
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Jan 20, 2025
1 parent f7c33dc commit 01106cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kubernetes/devnet-5/assertoor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ assertoor:
resources:
requests:
cpu: 500m
memory: 4Gi
limits:
cpu: 2000m
memory: 6Gi
limits:
cpu: 3000m
memory: 8Gi

ingress:
enabled: true
Expand Down

0 comments on commit 01106cb

Please sign in to comment.