Skip to content

Commit

Permalink
AAP-38745 Increase limits in manager.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lahavyuv86 authored Jan 16, 2025
1 parent 5d0f91e commit 8f074ba
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: "4000m"
serviceAccountName: controller-manager
imagePullSecrets:
- name: redhat-operators-pull-secret
Expand Down

0 comments on commit 8f074ba

Please sign in to comment.