-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
Allow setting requests/limits on init containers #368
Comments
You can refer to st2web for other component configurations in values.yaml
|
PR welcome. You'll need to add the resources section to each of the init containers. I count 13 init containers defined in:
These are all pretty basic utility containers that do not need many resources. Is there a default we could put here? Or perhaps add a value like |
I'm trying to deploy stackstorm-k8s into an environment that enforces resourcequota requiring limits to be defined to all containers and init containers. This environment does not provide a limit range or default namespace limits. It would be very helpful to be able to define resources and limits of the individual init containers or have a default values/limits set for them.
The text was updated successfully, but these errors were encountered: