Skip to content

Commit

Permalink
Ketch controller to request 100m cpu and 300Mi memory (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksej-paschenko authored Jan 18, 2022
1 parent d0c51a9 commit 0e675c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ spec:
name: manager
resources:
requests:
cpu: 700m
memory: 1024Mi
cpu: 100m
memory: 300Mi
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
Expand Down

0 comments on commit 0e675c0

Please sign in to comment.