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

Adding extra containers to deployments #259

Open
gustavobini opened this issue Feb 29, 2024 · 0 comments
Open

Adding extra containers to deployments #259

gustavobini opened this issue Feb 29, 2024 · 0 comments

Comments

@gustavobini
Copy link

When using an external database, it's common to have to use a proxy to safely connect from a service to the database. In Google Cloud, one of the recommended approaches is to have a side car container of cloud-sql-proxy.

I am deploying Devlake in a GitOps Flux-based environment, so Kustomize is not an option as it executes before the Helm chart is extracted and applied. Helm post renderers are an option, but some good effort to get it working.

Additionally, enabling extra containers can also enable other use cases.

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