supabase-kubernetes
supabase-kubernetes copied to clipboard
Helm 3 charts to deploy a Supabase on Kubernetes
# Bug report ## Describe the bug The url used in the Kong configuration for `functions-v1-all` is hardcoded in charts/supabase/templates/kong/config.yaml : ```yaml url: http://functions:{{ .Values.functions.service.port }}/ ``` Should be :...
## What kind of change does this PR introduce? The current kong config for realtime doesn't forward requests to the /api routes. This PR addresses this. ## What is the...
Hey everyone, I’ve been maintaining supabase-kubernetes, but I want to be transparent: I no longer have the time to properly maintain the project. Because of that, issues and PRs haven’t...
## What kind of change does this PR introduce? ✅ **Chore / CI enhancement** – adds automated security scanning as part of the CI pipeline. --- ## What is the...
## What kind of change does this PR introduce? This PR splits the Helm chart CI workflow into two separate workflows — one for **linting** and one for **installation tests**....
## Describe the chore the current Helm chart CI workflow runs both linting and installation tests together in a single job that requires manual approval. This setup slows down feedback...
## What kind of change does this PR introduce? Bug fix ## What is the current behavior? Running `helm install demo -f values.example.yaml .` fails with: ``` Error: INSTALLATION FAILED:...
## What kind of change does this PR introduce? Chore / maintenance ## What is the current behavior? The `build/` directory is currently tracked in Git and contains packaged Helm...
# Chore ## Describe the chore The `build/` directory currently contains packaged Helm chart archives (`.tgz` files) that are tracked in Git. These are generated artifacts produced by running `sh...
Here’s a clear and complete issue you can open: --- **Title:** # Bug report ## Describe the bug Running the example installation command from the documentation: ```bash helm install demo...