test_values.yaml 630 B

12345678910111213141516171819202122232425262728293031
  1. appVolumeMounts:
  2. config:
  3. emptyDir: true
  4. mountPath: /config
  5. data:
  6. emptyDir: true
  7. mountPath: /data
  8. shared:
  9. emptyDir: true
  10. mountPath: shared
  11. shared-logs:
  12. emptyDir: true
  13. mountPath: /config/Library/Application Support/Plex Media Server/Logs
  14. transcode:
  15. emptyDir: true
  16. mountPath: /transcode
  17. claimToken: ''
  18. dnsConfig:
  19. options: []
  20. emptyDirVolumes: true
  21. environmentVariables: []
  22. gpuConfiguration: {}
  23. hostNetwork: false
  24. image:
  25. pullPolicy: IfNotPresent
  26. repository: plexinc/pms-docker
  27. tag: 1.25.0.5282-2edd3c44d
  28. plexServiceTCP:
  29. port: 32400
  30. timezone: Etc/UTC
  31. updateStrategy: Recreate