Files
homelab/k8s/apps/jellyfin/values.yaml
Ultradesu 24d4d34733
All checks were successful
Check with kubeconform / lint (push) Successful in 10s
Adjusted resources on all deployments
2025-07-18 13:46:54 +03:00

44 lines
885 B
YAML

image:
tag: 10.10.7
resources:
requests:
memory: "2Gi"
cpu: "1000m"
limits:
memory: "8Gi"
cpu: "4000m"
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'