Files
homelab/k8s/desktop/jellyfin/values.yaml

45 lines
901 B
YAML
Raw Normal View History

2025-12-28 20:30:05 +00:00
image:
tag: 10.11.4
resources:
requests:
memory: "2Gi"
cpu: "1000m"
limits:
memory: "8Gi"
cpu: "6000m"
nodeSelector:
kubernetes.io/hostname: uk-desktop.tail2fe2d.ts.net
2025-12-28 20:33:35 +00:00
tolerations:
- key: workload
operator: Equal
value: desktop
effect: NoSchedule
2025-12-28 20:30:05 +00:00
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: uk-desktop.uk
paths:
- path: /
pathType: Prefix