2025-04-12 19:53:13 +01:00
|
|
|
image:
|
2025-12-04 19:11:29 +00:00
|
|
|
tag: 10.11.4
|
2025-07-18 13:46:54 +03:00
|
|
|
resources:
|
|
|
|
|
requests:
|
|
|
|
|
memory: "2Gi"
|
|
|
|
|
cpu: "1000m"
|
|
|
|
|
limits:
|
|
|
|
|
memory: "8Gi"
|
2025-11-24 13:19:04 +02:00
|
|
|
cpu: "6000m"
|
2025-04-12 19:53:13 +01:00
|
|
|
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:
|
2025-04-23 18:53:43 +03:00
|
|
|
path: /k8s/media/downloads
|
2025-04-12 19:53:13 +01:00
|
|
|
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
|
2025-12-09 03:08:51 +00:00
|
|
|
- host: us.hexor.cy
|
|
|
|
|
paths:
|
|
|
|
|
- path: /
|
|
|
|
|
pathType: Prefix
|
2025-12-09 03:16:37 +00:00
|
|
|
- host: ch.hexor.cy
|
|
|
|
|
paths:
|
|
|
|
|
- path: /
|
|
|
|
|
pathType: Prefix
|
|
|
|
|
- host: jp.hexor.cy
|
|
|
|
|
paths:
|
|
|
|
|
- path: /
|
|
|
|
|
pathType: Prefix
|
|
|
|
|
- host: spb.hexor.cy
|
|
|
|
|
paths:
|
|
|
|
|
- path: /
|
|
|
|
|
pathType: Prefix
|
|
|
|
|
- host: cy.hexor.cy
|
|
|
|
|
paths:
|
|
|
|
|
- path: /
|
|
|
|
|
pathType: Prefix
|
|
|
|
|
- host: am.hexor.cy
|
|
|
|
|
paths:
|
|
|
|
|
- path: /
|
|
|
|
|
pathType: Prefix
|
|
|
|
|
- host: de.hexor.cy
|
|
|
|
|
paths:
|
|
|
|
|
- path: /
|
|
|
|
|
pathType: Prefix
|
|
|
|
|
- host: it.hexor.cy
|
|
|
|
|
paths:
|
|
|
|
|
- path: /
|
|
|
|
|
pathType: Prefix
|
2025-04-12 19:53:13 +01:00
|
|
|
tls:
|
|
|
|
|
- secretName: jellyfin-tls
|
|
|
|
|
hosts:
|
2025-12-09 03:02:28 +00:00
|
|
|
- '*.hexor.cy'
|
2025-04-12 19:53:13 +01:00
|
|
|
|