|
|
d6dc0a882e
|
fix: keep docker build cache, remove builder prune -a
Build and Deploy / build-and-deploy (push) Successful in 1m19s
|
2026-04-13 19:39:55 +08:00 |
|
|
|
7601ca5443
|
fix: detect mounted kubectl first, skip download
Build and Deploy / build-and-deploy (push) Successful in 5s
|
2026-04-13 19:27:25 +08:00 |
|
|
|
c6d5a1c935
|
fix: use mounted kubectl, fallback to official dl.k8s.io
Build and Deploy / build-and-deploy (push) Has been cancelled
|
2026-04-13 19:23:46 +08:00 |
|
|
|
7b8f4331f6
|
debug: add kubeconfig diagnostics to CI
Build and Deploy / build-and-deploy (push) Successful in 1m20s
|
2026-04-13 17:54:48 +08:00 |
|
|
|
8e2b1c04e7
|
fix: kubeconfig use base64 decode
Build and Deploy / build-and-deploy (push) Failing after 3m13s
|
2026-04-13 17:49:14 +08:00 |
|
|
|
d8204c8572
|
feat: HTTP→HTTPS 自动跳转
Build and Deploy / build-and-deploy (push) Has been cancelled
- 新增 redirect-https-middleware.yaml(Traefik Middleware)
- Ingress 加 traefik.ingress.kubernetes.io/router.middlewares annotation
- CI 流水线在 Ingress 之前 apply middleware
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-04-13 14:50:06 +08:00 |
|
|
|
43f885e22a
|
feat: MySQL 远程数据库 + CI/CD 流水线 + K8s 部署配置
数据库迁移:
- SQLite → MySQL (mysql-8351f937d637-public.rds.volces.com)
- Schema 从 drizzle-orm/sqlite-core 改为 drizzle-orm/mysql-core
- 全量数据迁移完成(13 张表 525 条记录)
CI/CD 流水线:
- .gitea/workflows/deploy.yaml(airlabs 分支触发)
- 前后端分别构建镜像推到火山引擎 CR internal 命名空间
- 自动部署到内部 K3s 集群
K8s 配置:
- backend-deployment.yaml(Bun 3200 端口 + MySQL 私网连接)
- web-deployment.yaml(Nginx 80 端口 + SPA fallback)
- backend-ingress.yaml(devperf-api.airlabs.art + TLS)
- web-ingress.yaml(devperf.airlabs.art + TLS)
- cert-manager-issuer.yaml(Let's Encrypt)
其他:
- 前端 Dockerfile 支持 VITE_API_BASE_URL 构建参数
- 后端 Dockerfile 改为直接运行源码(兼容 mysql2)
- 侧边栏/全局样式优化 + Git 图表修复
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-04-13 13:48:54 +08:00 |
|