Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor jellyfin changes #252

Merged
merged 1 commit into from
Feb 1, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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