basic-values.yaml 725 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. TZ: Etc/UTC
  6. unifi:
  7. additional_envs: []
  8. network:
  9. host_network: false
  10. web_http_port:
  11. bind_mode: published
  12. port_number: 8080
  13. web_https_port:
  14. bind_mode: published
  15. port_number: 8443
  16. portal_http_port:
  17. bind_mode: published
  18. port_number: 8081
  19. portal_https_port:
  20. bind_mode: published
  21. port_number: 8444
  22. throughput_port:
  23. bind_mode: published
  24. port_number: 8880
  25. discovery_port:
  26. bind_mode: published
  27. port_number: 10001
  28. certificate_id: null
  29. ix_volumes:
  30. data: /opt/tests/mnt/data
  31. storage:
  32. data:
  33. type: ix_volume
  34. ix_volume_config:
  35. dataset_name: data
  36. create_host_path: true
  37. additional_storage: []