Files
truecharts/stable/plex/2.1.2/test_values.yaml
renovate[bot] 09ecc072dc chore(deps): update helm chart common to v3.5.2 (#366)
* 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>
2021-04-16 00:19:35 +02:00

28 lines
431 B
YAML

# Default values for Plex.
image:
repository: ghcr.io/truecharts/plex
pullPolicy: IfNotPresent
tag: v1.22.0.4163-d8c4875dd
strategy:
type: Recreate
# 44=video 107=render
podSecurityContext:
supplementalGroups: [44, 107]
services:
main:
port:
port: 32400
persistence:
config:
enabled: true
mountPath: "/config"
emptyDir: true
accessMode: ReadWriteOnce
size: 1Gi
storageClass: ""