k3s-files/nwbot/ingress.yaml

18 lines
335 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
port: 53121