mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-08 14:22:49 +00:00
awx-operator-controller-manager reduce limit to 30 times as much as request (#1575)
This commit is contained in:
@@ -72,8 +72,8 @@ spec:
|
|||||||
memory: "32Mi"
|
memory: "32Mi"
|
||||||
cpu: "50m"
|
cpu: "50m"
|
||||||
limits:
|
limits:
|
||||||
memory: "4096Mi"
|
memory: "960Mi"
|
||||||
cpu: "2000m"
|
cpu: "1500m"
|
||||||
serviceAccountName: controller-manager
|
serviceAccountName: controller-manager
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
- name: redhat-operators-pull-secret
|
- name: redhat-operators-pull-secret
|
||||||
|
|||||||
Reference in New Issue
Block a user