Files
truecharts/charts/stable/emby/values.yaml
T
4843183ed1 chore(deps): update patch docker tags (#686)
* 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-07-20 11:12:35 +02:00

30 lines
437 B
YAML

# Default values for emby.
image:
repository: ghcr.io/k8s-at-home/emby
pullPolicy: IfNotPresent
tag: v4.6.4.0
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