Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ storage:
app.kubernetes.io/part-of: "kubescape-storage"
resources:
requests:
cpu: 100m
cpu: 500m
memory: 400Mi
limits:
cpu: 500m
cpu: 2000m
memory: 1500Mi
nodeAgent:
# The component tests run the agent with the Go profiler on. This used to ride
Expand Down
Loading