09ecc072dc
* chore(deps): update helm chart common to v3.5.2 * Update-Folder-Names-and-Dependencies Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
29 lines
461 B
YAML
29 lines
461 B
YAML
# Default values for emby.
|
|
|
|
image:
|
|
repository: ghcr.io/truecharts/emby
|
|
pullPolicy: IfNotPresent
|
|
tag: v4.5.4.0
|
|
|
|
strategy:
|
|
type: Recreate
|
|
|
|
# 44=video 107=render
|
|
# Configure the Security Context for the Pod
|
|
podSecurityContext:
|
|
supplementalGroups: [44, 107]
|
|
|
|
services:
|
|
main:
|
|
port:
|
|
port: 8096
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
emptyDir: true
|
|
accessMode: ReadWriteOnce
|
|
size: 1Gi
|
|
storageClass: ""
|