basic-values.yaml 327 B

1234567891011121314151617181920212223
  1. resources:
  2. limits:
  3. cpus: 2
  4. memory: 2048
  5. portracker:
  6. additional_envs: []
  7. network:
  8. host_network: false
  9. web_port:
  10. bind_mode: published
  11. port_number: 8080
  12. ix_volumes:
  13. data: /opt/tests/data
  14. storage:
  15. data:
  16. type: ix_volume
  17. ix_volume_config:
  18. dataset_name: data
  19. create_host_path: true