basic-values.yaml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. TZ: UTC
  6. monero:
  7. pruned: true
  8. publicly_available: false
  9. dns_blocklist: true
  10. logging: true
  11. additional_flags: []
  12. ipv6_enabled: true
  13. tor_connections_enabled: false
  14. tor_ip: ""
  15. tor_port: 9150
  16. i2p_connections_enabled: false
  17. i2p_ip: ""
  18. i2p_port: 4447
  19. routing: clearnet
  20. tor_inbound_connections_enabled: false
  21. tor_inbound_address: ""
  22. i2p_inbound_connections_enabled: false
  23. i2p_inbound_address: ""
  24. network:
  25. host_network: false
  26. monerod_p2p_port:
  27. bind_mode: published
  28. port_number: 18080
  29. monerod_rpc_port:
  30. bind_mode: ""
  31. port_number: 18081
  32. monerod_restricted_rpc_port:
  33. bind_mode: published
  34. port_number: 18089
  35. monerod_zmq_rpc_port:
  36. bind_mode: ""
  37. port_number: 18082
  38. monerod_zmq_pub_port:
  39. bind_mode: ""
  40. port_number: 18083
  41. tor_inbound_port:
  42. bind_mode: ""
  43. port_number: 18084
  44. i2p_inbound_port:
  45. bind_mode: ""
  46. port_number: 18085
  47. ix_volumes:
  48. bitmonero: /opt/tests/mnt/bitmonero
  49. storage:
  50. bitmonero:
  51. type: ix_volume
  52. ix_volume_config:
  53. dataset_name: bitmonero
  54. create_host_path: true
  55. additional_storage: []