zerotier-values.yaml 588 B

123456789101112131415161718192021222324252627282930313233
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. zoraxy:
  6. enable_fastgeoip: true
  7. enable_zerotier: true
  8. additional_envs: []
  9. network:
  10. web_port:
  11. bind_mode: published
  12. port_number: 8080
  13. host_network: false
  14. additional_ports: []
  15. ix_volumes:
  16. config: /opt/tests/mnt/zoraxy/config
  17. plugin: /opt/tests/mnt/zoraxy/plugin
  18. storage:
  19. config:
  20. type: ix_volume
  21. ix_volume_config:
  22. dataset_name: config
  23. create_host_path: true
  24. plugin:
  25. type: ix_volume
  26. ix_volume_config:
  27. dataset_name: plugin
  28. create_host_path: true
  29. additional_storage: []