mirror of
https://github.com/truenas/charts.git
synced 2026-04-01 01:40:51 +08:00
This commit upgrades collabora, plex, immich, autobrr catalog item(s). Co-authored-by: sonicaj <waqarsonic1@gmail.com>
48 lines
750 B
YAML
48 lines
750 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: plexinc/pms-docker
|
|
tag: 1.41.0.8992-8463ad060
|
|
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
|
|
logs:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: logs
|
|
transcode:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: transcode
|
|
additionalStorages: []
|
|
|
|
plexGPU: {}
|