Deploy on GKE with CloudSQL (& CloudProxy as Sidecar)

Hi !

We want to start using Temporal.io more seriously and deploy it in our cloud environment.
Are are using Google Cloud.

I was able to configure some portions of the Helm charts but wasn’t sure to connect GKE to CloudSQL.

Also, GCP documentation mentions that we should be using CloudProxy on a side car in order to connect to CloudSQL, how do we do this?

Thanks
Jerome

there is one PR pending which provides the functionality asked: https://github.com/temporalio/helm-charts/pull/107

Thanks !
Just saw it. I am trying it …