-
Notifications
You must be signed in to change notification settings - Fork 16
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
Env configuration for resource quota/limit are ignored #46
Comments
this is the app.yaml |
Your The only field that the Helm Chart will use is If you use the YAML:
this should work. Having said that, the Helm chart does not allow for the configuration of your other settings ( |
Great advice and thank you for the pointers. |
Describe the bug
None of the container platform resources are configured with any limit/quota.
To Reproduce
Steps to reproduce the behavior:
$ helm install eapfoo --debug -f app.yaml -f values.yaml -n default --repo https://jbossas.github.io/eap-charts eap-xp4
Please include if possible the debug output to get the values provided to the chart with
Here we can see the deployer configured with cpu 2000m.
Expected behavior
At least one resource with a cpu 2000m limit.
Component Versions(please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: