basic-values.yaml 839 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. TZ: America/New_York
  6. plex:
  7. claim_token: ""
  8. image_selector: image
  9. devices: []
  10. allowed_networks:
  11. - 10.0.0.0/8
  12. - 172.16.0.0/12
  13. - 192.168.0.0/16
  14. additional_envs: []
  15. network:
  16. host_network: false
  17. web_port:
  18. bind_mode: published
  19. port_number: 8080
  20. run_as:
  21. user: 568
  22. group: 568
  23. ix_volumes:
  24. data: /opt/tests/mnt/plex/data
  25. config: /opt/tests/mnt/plex/config
  26. storage:
  27. data:
  28. type: ix_volume
  29. ix_volume_config:
  30. dataset_name: data
  31. create_host_path: true
  32. config:
  33. type: ix_volume
  34. ix_volume_config:
  35. dataset_name: config
  36. create_host_path: true
  37. logs:
  38. type: temporary
  39. transcode:
  40. type: tmpfs
  41. additional_storage:
  42. - type: anonymous
  43. mount_path: /scratchpad
  44. volume_config:
  45. nocopy: true