2022-01-08 17:35:06 +01:00
|
|
|
image:
|
2023-01-22 17:50:51 +01:00
|
|
|
repository: ghcr.io/onedr0p/radarr
|
2023-07-06 07:47:34 +00:00
|
|
|
tag: 4.6.4.7568
|
2022-01-08 17:35:06 +01:00
|
|
|
|
2023-01-22 18:00:23 +01:00
|
|
|
env:
|
|
|
|
UMASK: "002"
|
|
|
|
|
2021-11-28 11:03:18 +01:00
|
|
|
ingress:
|
|
|
|
main:
|
|
|
|
enabled: true
|
|
|
|
annotations:
|
|
|
|
cert-manager.io/cluster-issuer: vault-issuer
|
2022-01-05 20:24:47 +01:00
|
|
|
traefik.ingress.kubernetes.io/router.tls: 'true'
|
2021-11-28 11:03:18 +01:00
|
|
|
hosts:
|
|
|
|
- host: radarr.dc
|
|
|
|
paths:
|
|
|
|
- path: /
|
|
|
|
pathType: Prefix
|
|
|
|
tls:
|
|
|
|
- secretName: radarr-tls
|
|
|
|
hosts:
|
|
|
|
- radarr.dc
|
|
|
|
|
|
|
|
securityContext:
|
2023-03-16 17:53:47 +01:00
|
|
|
privileged: true
|
|
|
|
allowPrivilegeEscalation: true
|
2021-11-28 11:03:18 +01:00
|
|
|
|
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
#mountPath: /downloads
|
|
|
|
storageClass: local-path
|
|
|
|
accessMode: ReadWriteOnce
|
|
|
|
size: 1Gi
|
|
|
|
media:
|
|
|
|
enabled: true
|
|
|
|
type: hostPath
|
|
|
|
mountPath: /movies
|
|
|
|
hostPath: /data/media/movies
|
2023-02-12 18:44:55 +01:00
|
|
|
readOnly: false
|
2021-11-28 11:03:18 +01:00
|
|
|
downloads:
|
|
|
|
enabled: true
|
|
|
|
type: hostPath
|
|
|
|
mountPath: /downloads
|
2023-03-10 19:20:12 +01:00
|
|
|
hostPath: /data/media/torrent
|
2023-02-12 18:44:55 +01:00
|
|
|
readOnly: false
|
2021-11-28 11:03:18 +01:00
|
|
|
|