Skip to content

Commit 5450c62

Browse files
Merge pull request #883 from austincunningham/MGDAPI-1142
MGDAPI-1142 add request and limits to the operator deployment
2 parents 8a738e5 + 221ac3b commit 5450c62

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

config/manager/manager.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,13 @@ spec:
5454
volumeMounts:
5555
- name: bound-sa-token
5656
mountPath: /var/run/secrets/openshift/serviceaccount
57+
resources:
58+
requests:
59+
cpu: "100m"
60+
memory: "128Mi"
61+
limits:
62+
cpu: "300m"
63+
memory: "256Mi"
5764
volumes:
5865
- name: bound-sa-token
5966
projected:

0 commit comments

Comments
 (0)