40 lines
808 B
YAML
40 lines
808 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
|
|
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
|
|
|