-
Notifications
You must be signed in to change notification settings - Fork 545
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(deploy): add resource requests to all pods #955
feat(deploy): add resource requests to all pods #955
Conversation
CPU has been set to 10m for all pods. The following are the memory requests: olm-operator 160Mi catalog-operator 80Mi packageserver 50Mi catalog sources 50Mi
The unit test failure here is real, unfortunately. Edit: but it's an easy fix. |
/retest |
2 similar comments
/retest |
/retest |
/lgtm |
/retest |
8e87032
to
c8da639
Compare
c8da639
to
4e41b8d
Compare
/retest |
1 similar comment
/retest |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ecordell, jpeeler The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
3 similar comments
/retest |
/retest |
/retest |
CPU has been set to 10m for all pods. The following are the memory requests:
olm-operator 160Mi
catalog-operator 80Mi
packageserver 50Mi
catalog sources 50Mi
This is for https://bugzilla.redhat.com/show_bug.cgi?id=1711070 (OLM-1130).