k3s-files/nwbot/ingress.yaml

23 lines
425 B
YAML
Raw Normal View History

2023-01-08 06:18:24 +00:00
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: nwbot
namespace: nwbot
annotations:
kubernetes.io/ingress.class: "nginx"
spec:
rules:
- host: bot.biudi.cn
http:
paths:
- path: /
pathType: Prefix
backend:
name: nwbot
2023-01-08 06:34:35 +00:00
port:
number: 53121
tls:
- hosts:
- bot.biudi.cn
secretName: nwbot-secret