forked from ab/homelab
Added Jellyfin + qBittorent
This commit is contained in:
36
k8s/apps/jellyfin/values.yaml
Normal file
36
k8s/apps/jellyfin/values.yaml
Normal file
@ -0,0 +1,36 @@
|
||||
image:
|
||||
tag: 10.10.6
|
||||
nodeSelector:
|
||||
kubernetes.io/hostname: master.tail2fe2d.ts.net
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
isPvc: false
|
||||
customVolume:
|
||||
hostPath:
|
||||
path: /k8s/jellyfin
|
||||
type: DirectoryOrCreate
|
||||
data:
|
||||
enabled: true
|
||||
isPvc: false
|
||||
customVolume:
|
||||
hostPath:
|
||||
path: /k8s/jellyfin/media
|
||||
type: DirectoryOrCreate
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
className: traefik
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt
|
||||
traefik.ingress.kubernetes.io/router.middlewares: kube-system-https-redirect@kubernetescrd
|
||||
hosts:
|
||||
- host: jf.hexor.cy
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
tls:
|
||||
- secretName: jellyfin-tls
|
||||
hosts:
|
||||
- 'jf.hexor.cy'
|
||||
|
Reference in New Issue
Block a user