Hi, have a cloud deployment question if anyone can shed some light. Am a bit stuck with connecting to the prisma server from my backend graphql-yoga. I have deployed prisma-prod (and prisma-prod-management to deal with the management API), rabbitmq and graphql-yoga backend image into a k8s cluster on GCP and set up an external load balancer from the backend server. Also am using a sidecar CloudSQL-Proxy container in the prisma and backend deployments to connect to CloudSQL postgres instance. All of it seems to be up and running. When I visit the backend URL at the load balancer IP (
http://x.x.x.x:4000) I get the playground come up, but when I run a basic query to test the connection to the prisma server I can an ECONNREFUSED message. I have tried putting labels on the service manifests (Helm templates), using an external load balancer IP for the prisma server and even connecting by http
//[prisma service name]4466, but nothing works. I have checked the prisma pod logs and the prisma server says it’s running. If anyone has any ideas what I can try next please let me know. Thanks!