Files
k3s-cluster/qbittorrent/ingress.yaml

27 lines
652 B
YAML
Raw Permalink Normal View History

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: qbittorrent-ingress
2026-06-23 00:26:29 +02:00
namespace: qbittorrent
annotations:
kubernetes.io/ingress.class: "traefik"
traefik.ingress.kubernetes.io/redirect-entry-point: https
traefik.ingress.kubernetes.io/compress: "true"
cert-manager.io/cluster-issuer: letsencrypt-prod
spec:
tls:
- hosts:
- qbittorrent.rogi.casa
secretName: qbittorrent-tls
rules:
- host: qbittorrent.rogi.casa
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: qbittorrent
port:
number: 80