basic-values.yaml 714 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. TZ: Europe/Athens
  6. lancache:
  7. upstream_dns:
  8. - 8.8.8.8
  9. - 8.8.4.4
  10. cache_mem_size_mb: 500
  11. cache_disk_size_gb: 1000
  12. cache_max_age_days: 3560
  13. additional_envs: []
  14. network:
  15. http_port:
  16. bind_mode: published
  17. port_number: 8080
  18. https_port:
  19. bind_mode: published
  20. port_number: 8443
  21. host_network: false
  22. ix_volumes:
  23. cache: /opt/tests/mnt/lancache/cache
  24. logs: /opt/tests/mnt/lancache/logs
  25. storage:
  26. cache:
  27. type: ix_volume
  28. ix_volume_config:
  29. dataset_name: cache
  30. create_host_path: true
  31. logs:
  32. type: ix_volume
  33. ix_volume_config:
  34. dataset_name: logs
  35. create_host_path: true
  36. additional_storage: []