ci: make Hugo deployment traceable
Some checks failed
Deploy Hugo Blog to k3s / build-and-deploy (push) Failing after 44s

This commit is contained in:
root
2026-06-02 05:47:54 +08:00
parent f8133f891a
commit 9060b97178
2 changed files with 62 additions and 13 deletions

View File

@@ -18,7 +18,20 @@ spec:
name: hugo-blog
port:
number: 80
- host: hugo.luochen570.cn
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: hugo-blog
port:
number: 80
tls:
- hosts:
- hugo.test.luochen570.cn
secretName: hugo-test-luochen570-cn-tls
- hosts:
- hugo.luochen570.cn
secretName: hugo-luochen570-cn-tls