Skip to content

Commit

Permalink
Removes resource limit for controlplane manager
Browse files Browse the repository at this point in the history
Setting a resource limit that is too low may lead to it crashing.
Lower resource requests will make it easier for it to be scheduled.

Signed-off-by: Claudiu Belu <claudiu.belu@canonical.com>
  • Loading branch information
claudiubelu committed Jan 21, 2025
1 parent 9690f71 commit 30d7d07
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions controlplane/config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,4 @@ spec:
- --enable-leader-election
image: controller:latest
name: manager
resources:
limits:
cpu: 100m
memory: 30Mi
requests:
cpu: 100m
memory: 20Mi
terminationGracePeriodSeconds: 10

0 comments on commit 30d7d07

Please sign in to comment.