feat(ql3): establish 3.0 incubation baseline

This commit is contained in:
whyour
2026-08-12 00:25:26 +08:00
parent 4bf92dcfeb
commit c699c32461
2817 changed files with 779642 additions and 653 deletions
+5
View File
@@ -1,5 +1,10 @@
# Kubernetes deployment
This directory is the QingLong 2.x single-replica SQLite deployment. The
QingLong 3.0 PostgreSQL-backed multi-replica incubation baseline lives at
[`ql3-cluster`](./ql3-cluster/README.md). The two profiles are intentionally
separate and must not share storage or scaling instructions.
This deploys Qinglong as a single-replica `StatefulSet` with persistent data at `/ql/data`.
```bash