mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
AAP-38745 Increase limits in manager.py (#2006)
* AAP-38745 Increase limits in manager.py Closes https://issues.redhat.com/browse/AAP-38745 * Update manager.yaml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user