basic-values.yaml 615 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. TZ: UTC
  6. kerberos:
  7. agent_name: agent-1
  8. username: user
  9. password: pass
  10. additional_envs: []
  11. run_as:
  12. user: 568
  13. group: 568
  14. network:
  15. web_port:
  16. bind_mode: published
  17. port_number: 8080
  18. ix_volumes:
  19. recordings: /opt/tests/mnt/kerberos/recordings
  20. config: /opt/tests/mnt/kerberos/config
  21. storage:
  22. recordings:
  23. type: ix_volume
  24. ix_volume_config:
  25. dataset_name: recordings
  26. create_host_path: true
  27. config:
  28. type: ix_volume
  29. ix_volume_config:
  30. dataset_name: config
  31. create_host_path: true
  32. additional_storage: []