k3s-cluster/cluster/apps/download/qbittorrent/ingress.yaml

21 lines
588 B
YAML
Raw Normal View History

2023-04-03 01:12:51 -04:00
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: qbittorrent-ingress
namespace: download
2023-04-03 01:12:51 -04:00
annotations:
2023-04-04 23:10:05 -04:00
cert-manager.io/cluster-issuer: "letsencrypt-production"
2023-04-03 01:12:51 -04:00
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.middlewares: traefik-authentik@kubernetescrd
2023-04-03 01:12:51 -04:00
spec:
rules:
2023-04-10 00:52:50 -04:00
- host: "qbit.${SECRET_DOMAIN}"
2023-04-03 01:12:51 -04:00
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: qbittorrent
2023-04-03 01:12:51 -04:00
port:
2023-04-06 22:05:35 -04:00
name: http