apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: jellyfin-ingress namespace: jellyfin annotations: kubernetes.io/ingress.class: "nginx" acme.cert-manager.io/disable-http01-propagation-check: "true" cert-manager.io/cluster-issuer: "letsencrypt-prod" spec: tls: - hosts: - play.panic.haus secretName: jellyfin-tls rules: - host: play.panic.haus http: paths: - path: / pathType: Prefix backend: service: name: jellyfin port: number: 8096