apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: qbittorrent-vpn-ingress annotations: cert-manager.io/cluster-issuer: "letsencrypt-production" spec: tls: - hosts: - secretName: qbittorrent-vpn-tls rules: - host: http: paths: - path: / pathType: Prefix backend: service: name: qbittorrent-vpn port: number: 8080