basic-values.yaml 788 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. TZ: UTC
  6. mempool:
  7. db_root_password: "mempool"
  8. db_password: "mempool"
  9. use_installed_bitcoin_app: true
  10. external_bitcoind_ip: ""
  11. bitcoind_rpc_port: 8332
  12. bitcoind_rpc_user: "truenas"
  13. bitcoind_rpc_password: "truenas"
  14. use_installed_electrs_app: true
  15. external_electrum_ip: ""
  16. electrum_rpc_port: 50001
  17. electrum_use_tls: false
  18. network:
  19. web_ui_port:
  20. bind_mode: published
  21. port_number: 3006
  22. ix_volumes:
  23. cache: /opt/tests/mnt/cache
  24. mariadb_data: /opt/tests/mnt/mariadb_data
  25. storage:
  26. cache:
  27. type: ix_volume
  28. ix_volume_config:
  29. dataset_name: cache
  30. create_host_path: true
  31. mariadb_data:
  32. type: ix_volume
  33. ix_volume_config:
  34. dataset_name: mariadb_data
  35. create_host_path: true