Files
homelab/k8s/apps/jellyfin/values.yaml
Ultradesu c89fa45994
All checks were successful
Check with kubeconform / lint (push) Successful in 7s
Changed qbt directory
2025-04-23 18:53:43 +03:00

37 lines
782 B
YAML

image:
tag: 10.10.7
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/media/downloads
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'