2025-01-04 16:07:49 +00:00
|
|
|
apiVersion: v1
|
|
|
|
kind: Secret
|
|
|
|
metadata:
|
|
|
|
name: supabase-demo-credentials
|
|
|
|
stringData:
|
|
|
|
url: postgresql://supabase_admin:1n1t-R00t!@cluster-example-rw.supabase-demo:5432/app
|
|
|
|
---
|
2024-12-13 08:09:14 +00:00
|
|
|
apiVersion: supabase.k8s.icb4dc0.de/v1alpha1
|
|
|
|
kind: Core
|
|
|
|
metadata:
|
|
|
|
labels:
|
|
|
|
app.kubernetes.io/name: supabase-operator
|
|
|
|
app.kubernetes.io/managed-by: kustomize
|
|
|
|
name: core-sample
|
|
|
|
spec:
|
|
|
|
database:
|
|
|
|
dsnFrom:
|
2025-01-04 16:07:49 +00:00
|
|
|
name: supabase-demo-credentials
|
2024-12-13 08:09:14 +00:00
|
|
|
key: url
|
2025-01-04 16:07:49 +00:00
|
|
|
auth:
|
|
|
|
externalUrl: http://localhost:8000/
|
|
|
|
siteUrl: http://localhost:3000/
|
|
|
|
disableSignup: true
|
|
|
|
enableEmailAutoconfirm: true
|
|
|
|
providers: {}
|