diff --git a/charts/supabase/templates/kong/config.yaml b/charts/supabase/templates/kong/config.yaml index 2edd25af..7692e834 100644 --- a/charts/supabase/templates/kong/config.yaml +++ b/charts/supabase/templates/kong/config.yaml @@ -177,7 +177,7 @@ data: {{- if .Values.functions.enabled }} - name: functions-v1 _comment: 'Edge Functions: /functions/v1/* -> http://{{ include "supabase.functions.fullname" . }}:{{ .Values.functions.service.port }}/*' - url: http://functions:{{ .Values.functions.service.port }}/ + url: http://{{ include "supabase.functions.fullname" . }}:{{ .Values.functions.service.port }}/ routes: - name: functions-v1-all strip_path: true @@ -230,4 +230,4 @@ data: config: hide_credentials: true {{- end }} -{{- end }} \ No newline at end of file +{{- end }}