hostnet-values.yaml 448 B

1234567891011121314151617181920212223242526272829303132
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. TZ: America/New_York
  6. emby:
  7. additional_envs: []
  8. network:
  9. host_network: true
  10. http_port:
  11. bind_mode: published
  12. port_number: 8080
  13. https_port:
  14. bind_mode: ""
  15. run_as:
  16. user: 568
  17. group: 568
  18. ix_volumes:
  19. config: /opt/tests/mnt/config
  20. storage:
  21. config:
  22. type: ix_volume
  23. ix_volume_config:
  24. dataset_name: config
  25. create_host_path: true
  26. additional_storage: []