mirror of
https://github.com/truenas/charts.git
synced 2026-04-27 12:03:03 +08:00
* plex - migrate library * temp * add migration * fix typo * cleanup * capabilties * typo * update version * fix condition * claim -> claimToken * cleanup key in migration * keep versions * correct section * token is not required * keep default port * typo
44 lines
679 B
YAML
44 lines
679 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: plexinc/pms-docker
|
|
tag: 1.32.8.7639-fb6452ebf
|
|
plexPassImage:
|
|
pullPolicy: IfNotPresent
|
|
repository: plexinc/pms-docker
|
|
tag: plexpass
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
plexID:
|
|
user: 568
|
|
group: 568
|
|
|
|
plexConfig:
|
|
imageSelector: image
|
|
claimToken: ''
|
|
additionalEnvs: []
|
|
|
|
plexNetwork:
|
|
webPort: 30003
|
|
hostNetwork: false
|
|
|
|
plexStorage:
|
|
data:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: data
|
|
config:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: config
|
|
transcode:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: transcode
|
|
additionalStorages: []
|
|
|
|
plexGPU: {}
|