ci: make Hugo deployment traceable
Some checks failed
Deploy Hugo Blog to k3s / build-and-deploy (push) Failing after 44s
Some checks failed
Deploy Hugo Blog to k3s / build-and-deploy (push) Failing after 44s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user