fix: remove optional secret key references for LLM and Siliconflow API keys in deployment configuration
Deployment Config CI / Deployment Config (push) Has been cancelled

This commit is contained in:
2026-05-02 01:36:23 +08:00
parent d4f5608718
commit b2ed2a765b
3 changed files with 2 additions and 53 deletions
+2 -3
View File
@@ -33,11 +33,10 @@ sudo k3s ctr images import images.tar
- `JWT_SECRET`
- `OPS_JWT_SECRET`
- `OPS_DEFAULT_ADMIN_PASSWORD`
- `LLM_API_KEY`
- `SILICONFLOW_API_KEY`
- `SCHEDULER_INTERNAL_METRICS_TOKEN`
- `POSTGRES_PASSWORD` / `RABBITMQ_DEFAULT_PASS` / `MINIO_ROOT_*`
- `config.local.yaml`对应的数据库、RabbitMQ、MinIO、JWT、LLM 配置
- `config/config.yaml`的 LLM / SiliconFlow API key
- `config.local.yaml` 里对应的数据库、RabbitMQ、MinIO、JWT 配置
注意:`ops-api` 目前从 `deploy/k3s/config/ops-config.yaml` 读取数据库连接信息;如果改了 Postgres 密码,也同步改这个文件。