hostnet-values.yaml 773 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. additional_envs: []
  12. network:
  13. host_network: true
  14. web_port:
  15. bind_mode: published
  16. port_number: 8080
  17. run_as:
  18. user: 568
  19. group: 568
  20. ix_volumes:
  21. data: /opt/tests/mnt/data
  22. config: /opt/tests/mnt/config
  23. storage:
  24. data:
  25. type: ix_volume
  26. ix_volume_config:
  27. dataset_name: data
  28. create_host_path: true
  29. config:
  30. type: ix_volume
  31. ix_volume_config:
  32. dataset_name: config
  33. create_host_path: true
  34. logs:
  35. type: temporary
  36. transcode:
  37. type: tmpfs
  38. additional_storage:
  39. - type: anonymous
  40. mount_path: /scratchpad
  41. volume_config:
  42. nocopy: true