basic-values.yaml 842 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. tube:
  6. app_urls:
  7. - http://localhost:8080
  8. username: test
  9. password: test
  10. elastic_password: test
  11. redis_password: test
  12. additional_envs: []
  13. network:
  14. host_network: false
  15. web_port:
  16. bind_mode: published
  17. port_number: 8080
  18. run_as:
  19. user: 568
  20. group: 568
  21. ix_volumes:
  22. youtube: /opt/tests/mnt/tubearchivist/youtube
  23. cache: /opt/tests/mnt/tubearchivist/cache
  24. es_data: /opt/tests/mnt/tubearchivist/es_data
  25. storage:
  26. youtube:
  27. type: ix_volume
  28. ix_volume_config:
  29. dataset_name: youtube
  30. create_host_path: true
  31. cache:
  32. type: ix_volume
  33. ix_volume_config:
  34. dataset_name: cache
  35. create_host_path: true
  36. es_data:
  37. type: ix_volume
  38. ix_volume_config:
  39. dataset_name: es_data
  40. create_host_path: true
  41. additional_storage: []