supabase-kubernetes
supabase-kubernetes copied to clipboard
Helm 3 charts to deploy a Supabase on Kubernetes
# Improve documentation The current examples only use `localhost` and show examples for Minikube on how to connect to Supabase (Kong/Studio) from the outside. Besides the ingress resources that the...
# Bug report ## Describe the bug For self-hosting a Postgres database, we'd need a golden source of truth for the init scripts, that is a bit clearer documented than...
# Bug report ## Describe the bug The permissions are too open. The `supabase_admin` user is a superuser and can do pretty much everything to the database. When we're using...
## What kind of change does this PR introduce? Update the image versions to those in Docker-compose in the supabase/supabase project. ## What is the current behavior? Older images (Currently...
Using the default configuration supabase studio hangs on this page A hint can be found looking at the browser's dev console This is a issue due to a wrong (or...
Hello. I have tried to deploy following these steps: ``` copy values.template.yaml and modify: your-super-secret-jwt-token-with-at-least-32-characters-long JWT_ANON_KEY JWT_SERVICE_KEY MY_VERY_HARD_PASSWORD_FOR_DATABASE RELEASE_NAME NAMESPACE # Added helm repo helm repo add supabase https://raw.githubusercontent.com/supabase-community/supabase-kubernetes/main #...
Unable to add helm repo due to below error: Command used: helm repo add supabase https://supabase-community.github.io/supabase-kubernetes Helm version: v3.9.0 Error message: looks like "https://supabase-community.github.io/supabase-kubernetes" is not a valid chart repository...
Fix for kong config. Changed build script and rebuilt new chart Changed README.md with correct URL
Hey all, Thank you for setting up this helm chart. I am new to supabase and just tried this helm chart but couldn't make it run, I found the following...
## What kind of change does this PR introduce? Bug Fix: Adding base URL for email template ## What is the current behavior? Email template displays invalid URL, an URL...