Skip to content

Commit

Permalink
bump assertoor memory limit for execution spec tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Jan 20, 2025
1 parent a5edf3f commit 7482955
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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: 500Mi
memory: 4Gi
limits:
cpu: 2000m
memory: 2Gi
memory: 6Gi

ingress:
enabled: true
Expand Down

0 comments on commit 7482955

Please sign in to comment.