Skip to content

Commit

Permalink
Update resources to 500Mi
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester committed Dec 7, 2023
1 parent 2d34a77 commit 58119ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/prowgen/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ func GenerateReleaseBuildConfigurationFromConfig(repo *Repository) ([]ReleaseBui
"*": cioperatorapi.ResourceRequirements{
Limits: cioperatorapi.ResourceList{
"cpu": "100m",
"memory": "200Mi",
"memory": "500Mi",
},
Requests: cioperatorapi.ResourceList{
"memory": "4Gi",
Expand Down

0 comments on commit 58119ab

Please sign in to comment.