35 lines
673 B
YAML
35 lines
673 B
YAML
# Default values for jellyfin.
|
|
|
|
image:
|
|
repository: ghcr.io/truecharts/jellyfin
|
|
pullPolicy: IfNotPresent
|
|
tag: v10.7.7@sha256:2fa78e734903d95f8b530d2f3203f5ce5d9ff891cc8a70c0e80e828e336b4abb
|
|
|
|
securityContext:
|
|
privileged: false
|
|
readOnlyRootFilesystem: false
|
|
allowPrivilegeEscalation: true
|
|
runAsNonRoot: true
|
|
|
|
# 44=video 107=render
|
|
podSecurityContext:
|
|
runAsUser: 568
|
|
runAsGroup: 568
|
|
fsGroup: 568
|
|
supplementalGroups: [44, 107]
|
|
fsGroupChangePolicy: "OnRootMismatch"
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8096
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
type: pvc
|
|
accessMode: ReadWriteOnce
|
|
size: "100Gi"
|