mirror of
https://github.com/nold360/hive-apps
synced 2024-11-08 06:46:36 +00:00
37 lines
650 B
YAML
37 lines
650 B
YAML
|
ingress:
|
||
|
main:
|
||
|
enabled: true
|
||
|
annotations:
|
||
|
cert-manager.io/cluster-issuer: vault-issuer
|
||
|
hosts:
|
||
|
- host: radarr.dc
|
||
|
paths:
|
||
|
- path: /
|
||
|
pathType: Prefix
|
||
|
tls:
|
||
|
- secretName: radarr-tls
|
||
|
hosts:
|
||
|
- radarr.dc
|
||
|
|
||
|
securityContext:
|
||
|
privileged: false
|
||
|
|
||
|
persistence:
|
||
|
config:
|
||
|
enabled: true
|
||
|
#mountPath: /downloads
|
||
|
storageClass: local-path
|
||
|
accessMode: ReadWriteOnce
|
||
|
size: 1Gi
|
||
|
media:
|
||
|
enabled: true
|
||
|
type: hostPath
|
||
|
mountPath: /movies
|
||
|
hostPath: /data/media/movies
|
||
|
downloads:
|
||
|
enabled: true
|
||
|
type: hostPath
|
||
|
mountPath: /downloads
|
||
|
hostPath: /data/torrent
|
||
|
|