Files
chart/library/ix-dev/charts/plex/ci/test-values.yaml
Stavros Kois 302f349f5f Move plex to ix-dev (#1042)
* move plex to ixdev

* update ci paths

* update lock file

* use the builtin http probe

* indent lists
2023-03-24 23:20:22 +02:00

33 lines
650 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
enablePlexPass: false
environmentVariables: []
extraAppVolumeMounts:
- hostPath: /mnt/extras/hello
mountPath: /mnt/extras
readOnly: true
gpuConfiguration: {}
hostNetwork: false
plexServiceTCP:
port: 32400
timezone: Etc/UTC
updateStrategy: Recreate