basic-values.yaml 800 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. storj:
  6. stop_grace_period: 30
  7. email: test@example.com
  8. domain_address: '[::1]:28967'
  9. storage_size_gb: 500
  10. wallet_address: 0x1234567890123456789012345678901234567890
  11. wallets:
  12. - zksync
  13. - zksync-era
  14. additional_envs: []
  15. network:
  16. host_network: false
  17. web_port:
  18. bind_mode: published
  19. port_number: 8080
  20. p2p_port:
  21. bind_mode: published
  22. port_number: 8081
  23. run_as:
  24. user: 568
  25. group: 568
  26. ix_volumes:
  27. identity: /opt/tests/mnt/identity
  28. data: /opt/tests/mnt/data
  29. storage:
  30. identity:
  31. type: ix_volume
  32. ix_volume_config:
  33. dataset_name: identity
  34. create_host_path: true
  35. data:
  36. type: ix_volume
  37. ix_volume_config:
  38. dataset_name: data
  39. create_host_path: true
  40. additional_storage: []