basic-values.yaml 516 B

1234567891011121314151617181920212223242526272829303132
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. speedtest:
  6. app_key: exactly-32-characters-app-keyyyy
  7. additional_envs: []
  8. network:
  9. http_port:
  10. bind_mode: published
  11. port_number: 8080
  12. https_port:
  13. bind_mode: published
  14. port_number: 8443
  15. certificate_id: null
  16. run_as:
  17. user: 568
  18. group: 568
  19. ix_volumes:
  20. config: /opt/tests/mnt/speedtest/config
  21. storage:
  22. config:
  23. type: ix_volume
  24. ix_volume_config:
  25. dataset_name: config
  26. create_host_path: true
  27. additional_storage: []