hive-apps/projects/arrstack/values/sonarr.yaml
renovate[bot] 6e5ffdc8f9
chore(deps): update docker image ghcr.io/onedr0p/sonarr to v4.0.11.2680 (#2546)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-28 17:57:13 +00:00

43 lines
844 B
YAML

image:
repository: ghcr.io/onedr0p/sonarr
tag: 4.0.11.2680
securityContext:
privileged: true
allowPrivilegeEscalation: true
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
readOnly: false
downloads:
enabled: true
type: hostPath
mountPath: /downloads
hostPath: /data/media/torrent
readOnly: false