Skip to content

Commit

Permalink
AAP-38745 Increase limits in manager.py (#2006)
Browse files Browse the repository at this point in the history
* AAP-38745 Increase limits in manager.py

Closes https://issues.redhat.com/browse/AAP-38745

* Update manager.yaml
  • Loading branch information
lahavyuv86 authored Jan 20, 2025
1 parent 5d0f91e commit 3d1ecc1
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 @@ -73,8 +73,8 @@ spec:
memory: "32Mi"
cpu: "50m"
limits:
memory: "960Mi"
cpu: "1500m"
memory: "4000Mi"
cpu: "2000m"
serviceAccountName: controller-manager
imagePullSecrets:
- name: redhat-operators-pull-secret
Expand Down

0 comments on commit 3d1ecc1

Please sign in to comment.