We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: