basic-values.yaml 659 B

1234567891011121314151617181920212223242526272829303132333435
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. kapowarr:
  6. additional_envs: []
  7. network:
  8. web_port:
  9. bind_mode: published
  10. port_number: 8080
  11. host_network: false
  12. ix_volumes:
  13. config: /opt/tests/mnt/config
  14. downloads: /opt/tests/mnt/downloads
  15. content: /opt/tests/mnt/content
  16. storage:
  17. config:
  18. type: ix_volume
  19. ix_volume_config:
  20. dataset_name: config
  21. create_host_path: true
  22. downloads:
  23. type: ix_volume
  24. ix_volume_config:
  25. dataset_name: downloads
  26. create_host_path: true
  27. content:
  28. type: ix_volume
  29. ix_volume_config:
  30. dataset_name: content
  31. create_host_path: true
  32. additional_storage: []