12345678910111213141516171819202122232425262728293031 |
- 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
- environmentVariables: []
- gpuConfiguration: {}
- hostNetwork: false
- image:
- pullPolicy: IfNotPresent
- repository: plexinc/pms-docker
- tag: 1.25.0.5282-2edd3c44d
- plexServiceTCP:
- port: 32400
- timezone: Etc/UTC
- updateStrategy: Recreate
|