Skip to content

Commit

Permalink
minor jellyfin changes (#252)
Browse files Browse the repository at this point in the history
Co-authored-by: Ronald Philipsen <[email protected]>
  • Loading branch information
RonaldPhilipsen and Ronald Philipsen authored Feb 1, 2025
1 parent 3630d48 commit 8fe7d46
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions kubernetes/apps/default/jellyfin/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,18 @@ spec:
name: bjw-s
namespace: flux-system
maxHistory: 2

install:
remediation:
retries: 0

upgrade:
cleanupOnFail: true
remediation:
retries: 0

uninstall:
keepHistory: false

dependsOn:
- name: intel-device-plugin-gpu
namespace: kube-system
values:
defaultPodOptions:
enableServiceLinks: false
Expand All @@ -46,6 +45,8 @@ spec:

controllers:
jellyfin:
annotations:
reloader.stakater.com/auto: "true"
strategy: Recreate
containers:
main:
Expand All @@ -55,10 +56,11 @@ spec:
pullPolicy: Always

env:
TZ: ${TIMEZONE}
DOTNET_SYSTEM_IO_DISABLEFILELOCKING: "true"
JELLYFIN_FFmpeg__probesize: 50000000
JELLYFIN_FFmpeg__analyzeduration: 50000000
JELLYFIN_PublishedServerUrl: "{{ .Release.Name }}.${SECRET_DOMAIN}"
JELLYFIN_PublishedServerUrl: &url "{{ .Release.Name }}.${SECRET_DOMAIN}"

securityContext:
privileged: true
Expand Down Expand Up @@ -108,7 +110,7 @@ spec:
annotations:
external-dns.alpha.kubernetes.io/target: "external.${SECRET_DOMAIN}"
hosts:
- host: "{{ .Release.Name }}.${SECRET_DOMAIN}"
- host: *url
paths:
- path: /
service:
Expand All @@ -122,12 +124,12 @@ spec:
data:
existingClaim: media-nfs

tmp:
enabled: true
transcode:
type: emptyDir
globalMounts:
- path: /transcode

cache:
type: emptyDir
medium: Memory
globalMounts:
- subPath: "tmp"
path: "/tmp"
- subPath: "transcode"
path: "/transcode"
- path: /cache

0 comments on commit 8fe7d46

Please sign in to comment.