basic-values.yaml 551 B

1234567891011121314151617181920212223242526272829303132
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. TZ: UTC
  6. arti:
  7. allow_onion_addrs: true
  8. hidden_services: []
  9. ix_volumes:
  10. arti_config: /opt/tests/mnt/arti_config
  11. arti_state: /opt/tests/mnt/arti_state
  12. storage:
  13. arti_config:
  14. type: ix_volume
  15. ix_volume_config:
  16. dataset_name: arti_config
  17. create_host_path: true
  18. arti_state:
  19. type: ix_volume
  20. ix_volume_config:
  21. dataset_name: arti_state
  22. create_host_path: true
  23. network:
  24. socks_port:
  25. bind_mode: "published"
  26. port_number: 8080
  27. additional_ports: []