Skip to content
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

Add support for component host configuration through values in Helm chart. #3545

Open
Faylixe opened this issue Dec 23, 2024 · 0 comments
Open

Comments

@Faylixe
Copy link

Faylixe commented Dec 23, 2024

The Helm chart design actually partially support usage of external component, especially for storage. Indeed, support for Postgres, Redis, and Vespa dependencies allow enabled flag to prevent from deploying such solutions, but external host configuration is not permitted as it is injected into the chart configmap without any possibilities of tuning.

One could say you can always override it by envvars but since they already are statically defined here, it seems unnatural :). Just adding the possibility to define those variable through values would be more explicit.

@Faylixe Faylixe changed the title Add support for host configuration through values in Helm chart. Add support for component host configuration through values in Helm chart. Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant