basic-values.yaml 584 B

1234567891011121314151617181920212223242526272829303132333435
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. distribution:
  6. http_secret: super-secret
  7. basic_auth_users: []
  8. additional_envs: []
  9. network:
  10. host_network: false
  11. api_port:
  12. bind_mode: published
  13. port_number: 8080
  14. certificate_id:
  15. run_as:
  16. user: 568
  17. group: 568
  18. ix_volumes:
  19. data: /opt/tests/mnt/data
  20. storage:
  21. use_filesystem_backend: true
  22. data:
  23. type: ix_volume
  24. ix_volume_config:
  25. dataset_name: data
  26. create_host_path: true
  27. additional_storage:
  28. - type: anonymous
  29. mount_path: /scratchpad
  30. volume_config:
  31. nocopy: true