Skip to content

Commit

Permalink
Merge pull request #249 from florkbr/bump-resource-memory-limit
Browse files Browse the repository at this point in the history
Bump frontend resource memory limit to 150mi
  • Loading branch information
adamrdrew authored Jan 29, 2025
2 parents 27630b2 + d6de203 commit a3d1d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/reconcile.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ func populateContainer(d *apps.Deployment, frontend *crd.Frontend, frontendEnvir
},
Limits: v1.ResourceList{
v1.ResourceCPU: resource.MustParse("40m"),
v1.ResourceMemory: resource.MustParse("100Mi"),
v1.ResourceMemory: resource.MustParse("150Mi"),
},
},
LivenessProbe: &v1.Probe{
Expand Down

0 comments on commit a3d1d35

Please sign in to comment.