30 lines
432 B
YAML
30 lines
432 B
YAML
# Default values for jellyfin.
|
|
|
|
image:
|
|
repository: jellyfin/jellyfin
|
|
pullPolicy: IfNotPresent
|
|
tag: 10.7.5
|
|
|
|
strategy:
|
|
type: Recreate
|
|
|
|
# 44=video 107=render
|
|
podSecurityContext:
|
|
runAsNonRoot: true
|
|
runAsUser: 568
|
|
runAsGroup: 568
|
|
fsGroup: 568
|
|
supplementalGroups: [44, 107]
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8096
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
type: emptyDir
|