Files
charts/stable/plex/2.0.0/test_values.yaml
Kjeld Schouten-Lebbing eb48f8a4e1 Storage rework part 1 (#337)
* Create docs for Integrated Persistent Storage

* add a clear note about possibly moving to PVC's in the (near) future.

* Adapt developer docs to reflect new storage system

* Move Apps fixed-storage to new Storage system
2021-04-13 21:43:27 +02:00

27 lines
406 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
supplementalGroups: 44,107
services:
main:
port:
port: 32400
persistence:
config:
enabled: true
mountPath: "/config"
emptyDir: true
accessMode: ReadWriteOnce
size: 1Gi
storageClass: ""