Skip to content

Commit

Permalink
CLOUDP-239117: Increased resources limits for AKO container (#1472)
Browse files Browse the repository at this point in the history
* Increased resource limits for AKO container

* Removed CPU limit, set memory request equal to memory limit
  • Loading branch information
igor-karpukhin authored Mar 26, 2024
1 parent 9eaadc8 commit 1677f28
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,10 @@ spec:
imagePullPolicy: Always
resources:
limits:
cpu: 500m
memory: 256Mi
memory: 1Gi
requests:
cpu: 100m
memory: 50Mi
memory: 1Gi
env:
- name: OPERATOR_POD_NAME
valueFrom:
Expand Down

0 comments on commit 1677f28

Please sign in to comment.