kubernetes-learn/supabase/README.md
2025-06-19 11:42:40 +02:00

828 B

Project

Install Supabase

  1. 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
  1. Create secret
cat src-secret.yaml | kubeseal -o yaml --controller-name=sealed-secrets --controller-namespace=default | kubectl apply -f -
  1. Check helm result
helm template supabase supabase-kubernetes/charts/supabase/ -f values.yaml
  1. Install Supabase
helm install supabase supabase-kubernetes/charts/supabase/ -f values.yaml