basic-values.yaml 550 B

123456789101112131415161718192021222324252627282930313233
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. rdt:
  6. additional_envs: []
  7. network:
  8. host_network: false
  9. web_port:
  10. bind_mode: published
  11. port_number: 8080
  12. run_as:
  13. user: 568
  14. group: 568
  15. ix_volumes:
  16. db: /opt/tests/mnt/rdt-client/db
  17. downloads: /opt/tests/mnt/rdt-client/downloads
  18. storage:
  19. db:
  20. type: ix_volume
  21. ix_volume_config:
  22. dataset_name: db
  23. create_host_path: true
  24. downloads:
  25. type: ix_volume
  26. ix_volume_config:
  27. dataset_name: downloads
  28. create_host_path: true
  29. additional_storage: []