mirror of
https://github.com/truenas/charts.git
synced 2026-04-08 21:28:46 +08:00
32 lines
630 B
YAML
32 lines
630 B
YAML
appVolumeMounts:
|
|
config:
|
|
emptyDir: true
|
|
mountPath: /config
|
|
data:
|
|
emptyDir: true
|
|
mountPath: /data
|
|
shared:
|
|
emptyDir: true
|
|
mountPath: shared
|
|
shared-logs:
|
|
emptyDir: true
|
|
mountPath: /config/Library/Application Support/Plex Media Server/Logs
|
|
transcode:
|
|
emptyDir: true
|
|
mountPath: /transcode
|
|
claimToken: ''
|
|
dnsConfig:
|
|
options: []
|
|
emptyDirVolumes: true
|
|
environmentVariables: []
|
|
gpuConfiguration: {}
|
|
hostNetwork: false
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: plexinc/pms-docker
|
|
tag: 1.23.5.4862-0f739d462
|
|
plexServiceTCP:
|
|
port: 32400
|
|
timezone: Etc/UTC
|
|
updateStrategy: Recreate
|