image: repository: ghcr.io/k8s-at-home/sonarr tag: v3.0.6.1342 ingress: main: enabled: true annotations: cert-manager.io/cluster-issuer: vault-issuer traefik.ingress.kubernetes.io/router.tls: 'true' hosts: - host: sonarr.dc paths: - path: / pathType: Prefix tls: - secretName: sonarr-tls hosts: - sonarr.dc persistence: config: enabled: true #mountPath: /downloads storageClass: local-path accessMode: ReadWriteOnce size: 1Gi media: enabled: true type: hostPath mountPath: /tvshows hostPath: /data/media/tvshows downloads: enabled: true type: hostPath mountPath: /downloads hostPath: /data/torrent