Skip to content

Commit

Permalink
fix(test): change kapinger memory limit to 20Mi
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Castilio dos Santos <[email protected]>
  • Loading branch information
alexcastilio committed Feb 6, 2025
1 parent 2c0f682 commit 7d44787
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func (c *CreateKapingerDeployment) GetKapingerDeployment() *appsv1.Deployment {
"memory": resource.MustParse("20Mi"),
},
Limits: v1.ResourceList{
"memory": resource.MustParse("100Mi"),
"memory": resource.MustParse("20Mi"),
},
},
Ports: []v1.ContainerPort{
Expand Down

0 comments on commit 7d44787

Please sign in to comment.