test-values.yaml 661 B

123456789101112131415161718192021222324252627282930313233
  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. plexServiceTCP:
  30. port: 32400
  31. timezone: Etc/UTC
  32. updateStrategy: Recreate
  33. global: {}