basic-values.yaml 497 B

12345678910111213141516171819202122232425262728293031
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. wg_easy:
  6. insecure: false
  7. additional_envs: []
  8. network:
  9. host_network: false
  10. web_port:
  11. bind_mode: published
  12. port_number: 8080
  13. host_ips:
  14. - 0.0.0.0
  15. udp_port:
  16. bind_mode: published
  17. port_number: 51820
  18. container_port: 51820
  19. ix_volumes:
  20. config: /opt/tests/mnt/config
  21. storage:
  22. config:
  23. type: ix_volume
  24. ix_volume_config:
  25. dataset_name: config
  26. create_host_path: true
  27. additional_storage: []