supabase-community / supabase-kubernetes

Helm 3 charts to deploy a Supabase on Kubernetes
Apache License 2.0
456 stars 119 forks source link

Edge Functions Unreachable From Kong #61

Open nickmitchko opened 6 months ago

nickmitchko commented 6 months ago

Following up on this issue:

Found that the yaml for the kong-config isn't properly taking the deployment service name.

image

Here is the change that fixed it:

image

Originally posted by @nickmitchko in https://github.com/supabase-community/supabase-kubernetes/issues/60#issuecomment-2092977017

We'll need to change this link to reference the full name of the kong service:

https://github.com/supabase-community/supabase-kubernetes/blob/main/charts/supabase/templates/kong/config.yaml#L179-L180