Skip to content

Commit

Permalink
adapt memory limit for scheduler
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp Hinteregger <[email protected]>
  • Loading branch information
philipp-hinteregger committed Dec 21, 2022
1 parent b8d6f00 commit e6b8857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scheduler/manifests/install/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
resources:
limits:
cpu: '300m'
memory: '40Mi'
memory: '100Mi'
requests:
cpu: '100m'
memory: '20Mi'
Expand Down

0 comments on commit e6b8857

Please sign in to comment.