🐛 呜呜 缩进错了
This commit is contained in:
parent
01ccda38de
commit
a979f373e3
@ -4,7 +4,8 @@ metadata:
|
||||
name: nwbot
|
||||
namespace: nwbot
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: "nginx"
|
||||
cert-manager.io/cluster-issuer: letsencrypt-production
|
||||
kubernetes.io/ingress.class: nginx
|
||||
spec:
|
||||
rules:
|
||||
- host: bot.biudi.cn
|
||||
@ -13,10 +14,11 @@ spec:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: nwbot
|
||||
port:
|
||||
number: 53121
|
||||
tls:
|
||||
- hosts:
|
||||
- bot.biudi.cn
|
||||
secretName: nwbot-secret
|
||||
secretName: nwbot
|
||||
|
Loading…
Reference in New Issue
Block a user