docs: initial CI setup

This commit is contained in:
Peter 2025-01-21 10:31:02 +01:00
parent ef8f3471ab
commit b275ea6c9f
Signed by: prskr
GPG key ID: F56BED6903BC5E37
10 changed files with 1517 additions and 36 deletions
docs/components

View file

@ -0,0 +1,19 @@
# Overview
## Architecture
The following diagram explains the overall architecture of Supabase as it is deployed from this operator:
```kroki-excalidraw
@from_file:./images/overview.excalidraw
```
The dashed parts on the left are not managed by this operator but illustrate how traffic can be routed to the Supabase instance.
## Core
The `Core` custom resource (CR) is the basic resource that - if not in an 'edge case' (pun intended) - configures all basic aspects of a Supabase instance:
- PostgREST API
- Supabase Auth
- initial database migrations