- k8s helm values.yaml: notificationService/moderationService healthPath 改 /health
(原 /healthz 与 pkg/health 实际注册路径不一致);
- 删除 k8s helm starbookservice template (服务已删, 部署已无效);
- docker-compose.{local,prod}.yml: 删 starbookService 服务块 + URL env + depends_on;
- Dockerfile.services: 删 starbookService 构建 Stage;
- build.sh + deploy.sh: 删 starbookService 引用 + ALL_SERVICES_NAME 帮助文本。
Co-Authored-By: Claude <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| sql/migrations | ||
| .env | ||
| .env.local | ||
| .env.prod | ||
| build.sh | ||
| cleanup-logs.sh | ||
| deploy.sh | ||
| dify-deploy.sh | ||
| docker-compose.local.yml | ||
| docker-compose.prod.yml | ||
| Dockerfile.services | ||
| init-db.sql | ||
| SCHEMA_DIFF_REPORT.txt | ||
| start.sh | ||
| 快速配置更新指南.md | ||