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