Project
Install Supabase
- Add the repository
# While https://github.com/supabase-community/supabase-kubernetes/pull/94 and https://github.com/supabase-community/supabase-kubernetes/pull/95 is not merged
# git clone https://github.com/supabase-community/supabase-kubernetes
git clone https://github.com/mrdev023/supabase-kubernetes.git -b with-fixes
- Create secret
cat src-secret.yaml | kubeseal -o yaml --controller-name=sealed-secrets --controller-namespace=default | kubectl apply -f -
- Check helm result
helm template supabase supabase-kubernetes/charts/supabase/ -f values.yaml
- Install Supabase
helm install supabase supabase-kubernetes/charts/supabase/ -f values.yaml
Links