Skip to content

Commit

Permalink
fix: Increase kubeval job memory request to 1GB (#2761)
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Drla <[email protected]>
  • Loading branch information
Michal Drla authored Mar 13, 2023
1 parent 2419a16 commit 4ae1911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .prow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ presubmits:
- "test-kubeval-validation"
resources:
requests:
memory: "512Mi"
memory: "1Gi"
cpu: "1500m"
limits:
memory: "2Gi"
Expand Down

0 comments on commit 4ae1911

Please sign in to comment.