Skip to content

Commit

Permalink
feat: increase resources to prevent from crashing
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Aug 26, 2024
1 parent b49b9db commit 75f7098
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ spec:
resources:
limits:
cpu: 500m
memory: 128Mi
memory: 512Mi
requests:
cpu: 10m
memory: 64Mi
cpu: 100m
memory: 128Mi
serviceAccountName: controller-manager
terminationGracePeriodSeconds: 10

0 comments on commit 75f7098

Please sign in to comment.