42 lines
729 B
YAML
42 lines
729 B
YAML
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
|
|
tolerations:
|
|
- key: workload
|
|
operator: Equal
|
|
value: desktop
|
|
effect: NoSchedule
|
|
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
|
|
hosts:
|
|
- host: jf.uk
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
|