Files
truecharts/charts/stable/jellyfin/values.yaml
T
7f2d24c69a chore(deps): update patch docker tags (#908)
* chore(deps): update patch docker tags

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-09-07 09:08:36 +02:00

32 lines
475 B
YAML

# Default values for jellyfin.
image:
repository: jellyfin/jellyfin
pullPolicy: IfNotPresent
tag: 10.7.7
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: pvc
accessMode: ReadWriteOnce
size: "100Gi"