Files
chart/library/ix-dev/charts/plex/ci/basic-values.yaml
Stavros Kois 955366e9b9 plex: allow changing logs dir storage type (#2346)
* plex: allow changing logs dir storage type

* fix dataset name
2024-04-08 13:37:48 +03:00

23 lines
289 B
YAML

plexNetwork:
webPort: 31000
plexID:
user: 1000
group: 1000
plexStorage:
data:
type: pvc
config:
type: pvc
logs:
type: emptyDir
emptyDirConfig:
medium: ""
size: ""
transcode:
type: emptyDir
emptyDirConfig:
medium: ""
size: ""