supabase-community / supabase-kubernetes

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

Update docs for minikube tunnel #47

Open donalffons opened 1 year ago

donalffons commented 1 year ago

What kind of change does this PR introduce?

docs update

What is the current behavior?

On my system, running minikube tunnel, exposes the tunnel on the ip address 192.168.49.2. HTTP Requests to that IP trip up nginx and just lead to 404 errors.

I'm still a bloody beginner with kubernetes and it took me a long time to debug this. Adding this flag might prevent other beginners from running into the same issue.

What is the new behavior?

On my system, this just fixes the problem. Both http://studio.localhost and http://localhost work as expected.