Skip to content

Commit

Permalink
set pod requests same as limits
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Cerven <[email protected]>
  • Loading branch information
rcerven committed Nov 13, 2024
1 parent 98d78b2 commit 7b7a99c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/default/manager_auth_proxy_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ spec:
cpu: 500m
memory: 128Mi
requests:
cpu: 5m
memory: 64Mi
cpu: 500m
memory: 128Mi
- name: manager
args:
- "--health-probe-bind-address=:8081"
Expand Down
4 changes: 2 additions & 2 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ spec:
cpu: 500m
memory: 128Mi
requests:
cpu: 10m
memory: 64Mi
cpu: 500m
memory: 128Mi
serviceAccountName: controller-manager
terminationGracePeriodSeconds: 10

0 comments on commit 7b7a99c

Please sign in to comment.