2023-04-03 05:12:51 +00:00
|
|
|
apiVersion: networking.k8s.io/v1
|
|
|
|
kind: Ingress
|
|
|
|
metadata:
|
2023-04-08 18:54:22 +00:00
|
|
|
name: qbittorrent-ingress
|
|
|
|
namespace: download
|
2023-04-03 05:12:51 +00:00
|
|
|
annotations:
|
2023-04-05 03:10:05 +00:00
|
|
|
cert-manager.io/cluster-issuer: "letsencrypt-production"
|
2023-04-03 05:12:51 +00:00
|
|
|
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
2023-04-08 18:21:35 +00:00
|
|
|
traefik.ingress.kubernetes.io/router.middlewares: traefik-authentik@kubernetescrd
|
2023-04-03 05:12:51 +00:00
|
|
|
spec:
|
|
|
|
rules:
|
2023-04-06 23:53:18 +00:00
|
|
|
- host: "k3sqbit.***REMOVED***"
|
2023-04-03 05:12:51 +00:00
|
|
|
http:
|
|
|
|
paths:
|
|
|
|
- path: /
|
|
|
|
pathType: Prefix
|
|
|
|
backend:
|
|
|
|
service:
|
2023-04-08 18:54:22 +00:00
|
|
|
name: qbittorrent
|
2023-04-03 05:12:51 +00:00
|
|
|
port:
|
2023-04-07 02:05:35 +00:00
|
|
|
name: http
|