Skip to content

Commit

Permalink
increase min resources
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan4th committed Jul 13, 2024
1 parent 8abee31 commit d8559ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions systest/cluster/nodes.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ var (
"requests and limits for smesher container",
&apiv1.ResourceRequirements{
Requests: apiv1.ResourceList{
apiv1.ResourceCPU: resource.MustParse("0.4"),
apiv1.ResourceMemory: resource.MustParse("400Mi"),
apiv1.ResourceCPU: resource.MustParse("1"),
apiv1.ResourceMemory: resource.MustParse("1Gi"),
},
Limits: apiv1.ResourceList{
apiv1.ResourceCPU: resource.MustParse("2"),
Expand Down

0 comments on commit d8559ce

Please sign in to comment.