Initial commit

This commit is contained in:
root
2026-04-29 08:17:35 +00:00
commit ef55253cbd
49 changed files with 3073 additions and 0 deletions

9
k8s/secrets.yaml Normal file
View File

@@ -0,0 +1,9 @@
apiVersion: v1
kind: Secret
metadata:
name: vector-api-secrets
namespace: vector-store
type: Opaque
stringData:
LITELLM_MASTER_KEY: "sk-master-key"
DATABASE_URL: "postgresql://vecuser:vecpass@postgres:5432/vectordb"