test_values.yaml 746 B

123456789101112131415161718192021222324252627282930313233343536
  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. enablePlexPass: false
  22. environmentVariables: []
  23. extraAppVolumeMounts:
  24. - hostPath: /mnt/extras/hello
  25. mountPath: /mnt/extras
  26. readOnly: true
  27. gpuConfiguration: {}
  28. hostNetwork: false
  29. image:
  30. pullPolicy: IfNotPresent
  31. repository: plexinc/pms-docker
  32. tag: 1.31.1.6733-bc0674160
  33. plexServiceTCP:
  34. port: 32400
  35. timezone: Etc/UTC
  36. updateStrategy: Recreate