apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: qbittorrent-ingress 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