Commit Graph

4 Commits

Author SHA1 Message Date
admin 6f8c3a09af fix: 增加 uv pip install 超时到 300s
GraphRAG CI/CD / build-and-deploy (push) Failing after 19m6s
UV_HTTP_TIMEOUT=300 防止大包(numpy/pandas/cryptography)下载超时
2026-06-18 14:49:57 +08:00
admin 719d8978b5 fix: backend Dockerfile 使用阿里云 PyPI 镜像加速 pip 安装
GraphRAG CI/CD / build-and-deploy (push) Failing after 12m52s
uv pip install 添加 --index-url mirrors.aliyun.com/pypi/simple/
并以 --extra-index-url pypi.org 作为回退,确保自定义包也可安装
2026-06-18 14:33:24 +08:00
admin 1d12cb574e fix: cleanup k8s configs, add deploy.sh, remove hardcoded secrets
- Add one-click deploy script (k8s/deploy.sh) for test + prod
- Add startupProbe to backend (60x10s = 10min grace for ML model loading)
- Add configmap.yaml and secret.yaml (envsubst from backend/.env)
- Fix image URLs: add registry.plfai.cn prefix
- Fix frontend: API base URL relative (/api/v1), login-required mode
- Remove hardcoded localhost references from frontend
- Clean broken kustomize overlays
- Add nodeAffinity for backend→k8smaster, frontend→plf-cvm/k8smaster
- Remove dead ReplicaSets and stale pods during deploy
2026-06-16 14:15:31 +08:00
admin eeea55e9e4 feat: 添加 Dockerfile、docker-compose 及 K8s kustomize 部署文件 2026-06-15 16:49:35 +08:00