feat(chart): add Helm chart for deploying Label Studio with PostgreSQL (#152)

* feat(chart): add Helm chart for deploying Label Studio with PostgreSQL

* feat(milvus): update Milvus configuration to use URI and remove deprecated host/port settings
This commit is contained in:
Dallas98
2025-12-10 17:46:12 +08:00
committed by GitHub
parent f87060490c
commit cbb146d3d7
14 changed files with 572 additions and 98 deletions

View File

@@ -80,6 +80,8 @@ backend:
env:
- name: DB_PASSWORD
value: *dbPass
- name: datamate.rag.milvus-uri
value: "http://milvus:19530"
volumes:
- *datasetVolume
- *flowVolume