Skip to content

Commit

Permalink
Merge pull request #115 from cybozu-go/remove-cpu-limits-requests
Browse files Browse the repository at this point in the history
Fix resource requests/limits.
  • Loading branch information
ymmt2005 authored Nov 11, 2020
2 parents 6ad8f87 + 7bf9a16 commit dbf950b
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 dbf950b

Please sign in to comment.