Skip to content

Commit

Permalink
Merge pull request #42 from telekom/manager-resources
Browse files Browse the repository at this point in the history
bump default memory limit to 512Mi and remove cpu limit
  • Loading branch information
schrej authored Aug 12, 2024
2 parents b04dab5 + 9cc1427 commit 9ab6ad1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ spec:
# More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
resources:
limits:
cpu: 500m
memory: 128Mi
memory: 512Mi
requests:
cpu: 10m
memory: 64Mi
Expand Down

0 comments on commit 9ab6ad1

Please sign in to comment.