basic-values.yaml 506 B

1234567891011121314151617181920212223242526272829
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. TZ: UTC
  6. network:
  7. router_console_port:
  8. bind_mode: "published"
  9. port_number: 7657
  10. http_proxy_port:
  11. bind_mode: "published"
  12. port_number: 4444
  13. https_proxy_port:
  14. bind_mode: "published"
  15. port_number: 4445
  16. additional_ports: []
  17. ix_volumes:
  18. i2p_config: /opt/tests/mnt/i2p_config
  19. storage:
  20. i2p_config:
  21. type: ix_volume
  22. ix_volume_config:
  23. dataset_name: i2p_config
  24. create_host_path: true
  25. additional_storage: []