2023-04-03 01:12:51 -04:00
|
|
|
apiVersion: networking.k8s.io/v1
|
|
|
|
kind: Ingress
|
|
|
|
metadata:
|
2023-04-08 14:54:22 -04:00
|
|
|
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
|
2023-04-08 14:21:35 -04:00
|
|
|
traefik.ingress.kubernetes.io/router.middlewares: traefik-authentik@kubernetescrd
|
2023-04-03 01:12:51 -04:00
|
|
|
spec:
|
|
|
|
rules:
|
2023-04-06 19:53:18 -04:00
|
|
|
- host: "k3sqbit.***REMOVED***"
|
2023-04-03 01:12:51 -04:00
|
|
|
http:
|
|
|
|
paths:
|
|
|
|
- path: /
|
|
|
|
pathType: Prefix
|
|
|
|
backend:
|
|
|
|
service:
|
2023-04-08 14:54:22 -04:00
|
|
|
name: qbittorrent
|
2023-04-03 01:12:51 -04:00
|
|
|
port:
|
2023-04-06 22:05:35 -04:00
|
|
|
name: http
|