We are hitting a small issue with the postgres DB not requesting enough CPU. I understand that most users might be running a separate psql, but it would be convenient to be able to configure the subchart in cases where the bundled one is enough.
I'm not a helm expert, but based on what I could read in the docs, it should be enough to just add everything from the postgresql chart's values.yaml and put it in the values file for Dependency Track.
If you can confirm that this is a good idea, and that my approach seems sound, I'll happily create a PR with the change.
Is your feature request related to a problem? Please describe.
I cannot pass values to the postgresql subchart. More specifically resource requests and limits for the chart.
Describe the solution you'd like
I can pass values to the postgresql subchart
Describe alternatives you've considered
I could deploy the postgresql chart separately, but in my case, i just need to tweak the resources.
We are hitting a small issue with the postgres DB not requesting enough CPU. I understand that most users might be running a separate psql, but it would be convenient to be able to configure the subchart in cases where the bundled one is enough.
I'm not a helm expert, but based on what I could read in the docs, it should be enough to just add everything from the postgresql chart's values.yaml and put it in the values file for Dependency Track.
If you can confirm that this is a good idea, and that my approach seems sound, I'll happily create a PR with the change.
Is your feature request related to a problem? Please describe.
I cannot pass values to the postgresql subchart. More specifically resource requests and limits for the chart.
Describe the solution you'd like
I can pass values to the postgresql subchart
Describe alternatives you've considered
I could deploy the postgresql chart separately, but in my case, i just need to tweak the resources.