supabase-kubernetes
supabase-kubernetes copied to clipboard
Helm 3 charts to deploy a Supabase on Kubernetes
## What kind of change does this PR introduce? Feature ## What is the current behavior? It is currently not possible to pass values of other secrets to the auth...
# Feature request Please use Tags in Git Repo to capture helm versions. Also, please add an index.yaml into the [/charts/supabase](https://github.com/supabase-community/supabase-kubernetes/tree/main/charts/supabase) helm chart folder. ## Is your feature request related...
## What kind of change does this PR introduce? Bug fix ## What is the current behavior? When providing the S3 access keys via secrets, the keyId is used for...
Following up on this issue: Found that the yaml for the kong-config isn't properly taking the deployment service name.  Here is the change that fixed it:  _Originally posted...
# Improve documentation > Can we provide an example of deploying an edge function? ## Link [Chart Documentation](https://github.com/supabase-community/supabase-kubernetes/blob/main/charts/supabase/README.md) Add a link to the page which needs improvement (if relevant) ##...
This project is in its early stages. Let's use this issue to brainstorm and outline the essential components of our Supabase-Kubernetes Helm chart. Here's what we can discuss: - **Must-have...
# Feature request I didn't find the helm chart registry from the document. I'd like to help to push the helm chart into an OCI registry. Please let me know...
# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...
## What kind of change does this PR introduce? This PR brings automatic chart release for every successful PR into the `main` branch. No more fiddling around with build script...
# Bug report ## Describe the bug Supabase keeps loading but never connect to default project. ## To Reproduce Follow this steps https://github.com/supabase-community/supabase-kubernetes/blob/main/charts/supabase/README.md Everything is deployed nicely. Then I portforward...