2022-01-08 16:35:06 +00:00
|
|
|
image:
|
|
|
|
repository: ghcr.io/k8s-at-home/sonarr
|
2022-03-06 00:06:20 +00:00
|
|
|
tag: v3.0.7.1477
|
2022-01-08 16:35:06 +00:00
|
|
|
|
2021-11-28 10:03:18 +00:00
|
|
|
|
|
|
|
ingress:
|
|
|
|
main:
|
|
|
|
enabled: true
|
|
|
|
annotations:
|
|
|
|
cert-manager.io/cluster-issuer: vault-issuer
|
2022-01-05 19:24:47 +00:00
|
|
|
traefik.ingress.kubernetes.io/router.tls: 'true'
|
2021-11-28 10:03:18 +00:00
|
|
|
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
|