Skip to content

Commit

Permalink
Fix requests/limits to minimal.
Browse files Browse the repository at this point in the history
Signed-off-by: Kazuhito MATSUDA <kazuhito.matuda@gmail.com>
  • Loading branch information
kfyharukz committed Nov 11, 2020
1 parent 6ad8f87 commit 7bf9a16
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,8 @@ spec:
- /moco-controller
image: ghcr.io/cybozu-go/moco:latest
resources:
limits:
cpu: 4000m
memory: 2Gi
requests:
cpu: 1000m
memory: 512Mi
memory: 256Mi
env:
- name: POD_NAMESPACE
valueFrom:
Expand Down

0 comments on commit 7bf9a16

Please sign in to comment.