2022-01-08 16:35:06 +00:00
|
|
|
image:
|
|
|
|
repository: ghcr.io/k8s-at-home/lidarr
|
2022-06-06 00:32:42 +00:00
|
|
|
tag: v1.1.0.2600
|
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: lidarr.dc
|
|
|
|
paths:
|
|
|
|
- path: /
|
|
|
|
pathType: Prefix
|
|
|
|
tls:
|
|
|
|
- secretName: lidarr-tls
|
|
|
|
hosts:
|
|
|
|
- lidarr.dc
|
|
|
|
|
|
|
|
securityContext:
|
|
|
|
privileged: false
|
|
|
|
|
2022-02-05 12:24:31 +00:00
|
|
|
podSecurityContext:
|
|
|
|
#runAsUser: 1000
|
|
|
|
runAsGroup: 1000
|
|
|
|
fsGroup: 1000
|
|
|
|
|
2021-11-28 10:03:18 +00:00
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
#mountPath: /downloads
|
|
|
|
storageClass: local-path
|
|
|
|
accessMode: ReadWriteOnce
|
|
|
|
size: 1Gi
|
|
|
|
media:
|
|
|
|
enabled: true
|
|
|
|
type: hostPath
|
|
|
|
mountPath: /music
|
|
|
|
hostPath: /data/media/music
|
2022-05-09 13:28:20 +00:00
|
|
|
torrent:
|
|
|
|
enabled: true
|
|
|
|
type: hostPath
|
|
|
|
mountPath: /torrent
|
|
|
|
hostPath: /data/torrent
|
2021-11-28 10:03:18 +00:00
|
|
|
downloads:
|
|
|
|
enabled: true
|
|
|
|
type: hostPath
|
|
|
|
mountPath: /downloads
|
2022-05-09 13:28:20 +00:00
|
|
|
hostPath: /data/downloads
|