Unleash / helm-charts

Contains helm-charts for Unleash
Apache License 2.0
44 stars 56 forks source link

Support optional CloudSQL proxy sidecar #126

Closed brtkwr closed 9 months ago

brtkwr commented 9 months ago

Describe the feature request

I want unleash to optionally support cloudsql proxy sidecar as an alternative to postgres.

Background

At the moment we are using externally deployed cloudsql proxy hooked up to unleash but sometime, transient network issues prevent DNS resolution between unleash pod and gcloudsql proxy service, having it run as a sidecar is more secure and the recommended way of deploying cloudsql proxy which also prevents the service from being advertised in the namespace.

Solution suggestions

No response