update jellyfin config

This commit is contained in:
2024-08-05 04:01:55 +10:00
parent 07d63f54eb
commit 3ac49ba4af
3 changed files with 19 additions and 33 deletions

View File

@@ -1,3 +1,10 @@
podSecurityContext:
runAsGroup: 1000
runAsUser: 1000
fsGroup: 1000
containerSecurityContext:
runAsGroup: 1000
runAsUser: 1000
persistence:
config:
enabled: true
@@ -13,6 +20,17 @@ persistence:
- ReadWriteOnce
volumeName: jellyfin-data
storageClassName: local-path
ingress:
enabled: true
ingressClassName: nginx
hostname: "jellyfin.cluster.edward.sydney"
tls: false
extraHosts:
- jellyfin.cluster.local
extraPaths:
- "/"
extraTls:
- false
jellyfin:
mediaVolumes:
- name: movies