mirror of
https://github.com/truecharts/charts.git
synced 2026-07-15 22:21:23 -03:00
* 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
27 lines
406 B
YAML
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: ""
|