37 lines
781 B
YAML
37 lines
781 B
YAML
![]() |
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'
|
||
|
|