Skip to content

Commit

Permalink
Set resource requests for forklift-operator
Browse files Browse the repository at this point in the history
Signed-off-by: Arik Hadas <[email protected]>
  • Loading branch information
ahadas committed Feb 22, 2024
1 parent c02b00f commit 5a96f7a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion operator/config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,7 @@ spec:
image: ${OPERATOR_IMAGE}
imagePullPolicy: Always
name: forklift-operator
resources: {}
resources:
requests:
cpu: 10m
memory: 64Mi

0 comments on commit 5a96f7a

Please sign in to comment.