supabase-operator/docs/components/core.md
Peter Kurfer 89b682935b
Some checks failed
Docs / deploy (push) Successful in 1m56s
Lint / Run on Ubuntu (push) Failing after 4m27s
release / release (push) Successful in 5m46s
E2E Tests / Run on Ubuntu (push) Failing after 3m50s
Tests / Run on Ubuntu (push) Failing after 3m23s
docs: extend docs
2025-01-28 18:01:34 +01:00

463 B

Core

The Core resource configures the essential Supabase services:

  • PostgREST
  • Auth

and it manages the initial DB migrations that are not done by the services themselves and are part of the supabase/postgres repository.

To deploy a basic Core instance, you can use the following snippet as a 'template':

--8<-- "config/samples/supabase_v1alpha1_core.yaml"