Add supabase test

This commit is contained in:
Florian RICHER 2025-06-11 10:30:41 +02:00
parent e25587a7d3
commit 99e1419556
4 changed files with 175 additions and 1 deletions

19
supabase/README.md Normal file
View file

@ -0,0 +1,19 @@
# Project
## Install Supabase
1. Add the repository
```
git clone https://github.com/supabase-community/supabase-kubernetes
```
2. Install Supabase
```
helm install supabase supabase-kubernetes/charts/supabase/ -f values.yaml
```
## Links
- [HELM github repo](https://github.com/supabase-community/supabase-kubernetes/tree/main)