Files
chart/library/ix-dev/charts/plex/values.yaml
Stavros Kois 88ba8d83af plex - migrate library (#2076)
* 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
2024-01-29 14:14:45 +02:00

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: {}