supabase-operator/config/samples/supabase_v1alpha1_dashboard.yaml
Peter Kurfer 7e0550f190
Some checks failed
release / release (push) Failing after 2m16s
Docs / deploy (push) Successful in 39s
Lint / Run on Ubuntu (push) Failing after 2m43s
E2E Tests / Run on Ubuntu (push) Has been cancelled
Tests / Run on Ubuntu (push) Has been cancelled
chore: cleanup examples
2025-01-22 08:38:36 +01:00

23 lines
913 B
YAML

apiVersion: supabase.k8s.icb4dc0.de/v1alpha1
kind: Dashboard
metadata:
labels:
app.kubernetes.io/name: supabase-operator
app.kubernetes.io/managed-by: kustomize
name: dashboard-sample
spec:
db:
host: cluster-example-rw.supabase-demo.svc
dbName: app
dbCredentialsRef:
# will be created by Core resource operator if not present
# just make sure the secret name is either based on the name of the core resource or explicitly set
# format <core-resource-name>-db-creds-supabase-admin
secretName: core-sample-db-creds-supabase-admin
studio:
# external URL of the Supabase Studio (URL of Ingress or HTTPRoute)
externalUrl: http://localhost:8000
jwt:
# will be created by Core resource operator if not present
# just make sure the secret name is either based on the name of the core resource or explicitly set
secretName: core-sample-jwt