chore(k8s): 适配生产部署
- ingress 只暴露 /api(前端静态文件由外部 Caddy 托管) - deployment 填入正式域名 blog.zhaoxi.net.cn - 真实 secret 移出 git 跟踪,改用 secret.example.yaml 模板
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ metadata:
|
||||
traefik.ingress.kubernetes.io/router.entrypoints: web
|
||||
spec:
|
||||
rules:
|
||||
- host: your-domain.com
|
||||
- host: blog.zhaoxi.net.cn
|
||||
http:
|
||||
paths:
|
||||
# 前端静态文件由外部 Caddy 直接托管,集群内只暴露 API
|
||||
|
||||
Reference in New Issue
Block a user