hostnet-values.yaml 416 B

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