Update jellyfin to latest release 10.8.6.
Also increase memory limit to 12Gb as there appears to be some Oomkilling happening when transcoding very large files.
This commit is contained in:
@ -2,5 +2,5 @@ apiVersion: v2
|
||||
name: jellyfin
|
||||
description: A helm chart for deploying the jellyfin media server on kubernetes.
|
||||
type: application
|
||||
version: 0.1.5
|
||||
appVersion: "10.8.5-amd64"
|
||||
version: 0.1.6
|
||||
appVersion: "10.8.6-amd64"
|
||||
|
||||
@ -3,7 +3,7 @@ replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: jellyfin/jellyfin
|
||||
tag: 10.8.5-amd64
|
||||
tag: 10.8.6-amd64
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
nameOverride: ""
|
||||
@ -60,7 +60,7 @@ persistence:
|
||||
resources:
|
||||
limits:
|
||||
cpu: 10
|
||||
memory: 8Gi
|
||||
memory: 12Gi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
||||
|
||||
Reference in New Issue
Block a user