Skip to content
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

How do you modify the CPU request? #873

Open
peterlai-roboops opened this issue Dec 11, 2023 · 1 comment
Open

How do you modify the CPU request? #873

peterlai-roboops opened this issue Dec 11, 2023 · 1 comment

Comments

@peterlai-roboops
Copy link

I take it its meant to be added to the "QuayRegistry" config, but where?

spec:
components:
- kind: clair
managed: true

spec:
components:
- kind: clair
managed: true
resources:
limits:
cpu: '4'

I tried this, but that don't seem to be it.

@flavianmissi
Copy link
Contributor

flavianmissi commented Dec 11, 2023

Unfortunately, there is currently no way to override resource requests or limits. See https://github.com/quay/quay-operator/blob/master/apis/quay/v1/quayregistry_types.go#L138-L145.
This is something that has been discussed by the team as a desirable feature to have, so a contribution would be more than welcomed if you'd be up for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants