-
Notifications
You must be signed in to change notification settings - Fork 229
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
Provide resource requests/limits for KEDA deployment #112
Comments
These values are in yaml, so probably just add them to the template is enough: https://github.com/kedacore/keda/blob/2a2987ab0f6020cffa9e75e18005469ca3aaf426/config/manager/manager.yaml#L37-L42 |
They are not used as part of our Helm chart for now: https://github.com/kedacore/charts/blob/master/keda/values.yaml#L93 Will move them over as defaults as well. Note to self, metrics service limits are here: https://github.com/kedacore/keda/blob/2a2987ab0f6020cffa9e75e18005469ca3aaf426/config/metrics-server/deployment.yaml |
This should follow our documented limits/requests: https://keda.sh/docs/latest/operate/cluster/ |
Should we have different resources for keda and metricsApiServer? |
They are currently the same but best to separate in case we need to change them later on indeed. |
OMW |
+1 for separation |
Provide resource requests/limits for KEDA deployment
The text was updated successfully, but these errors were encountered: