readonly-values.yaml 389 B

123456789101112131415161718192021222324
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. tftpd:
  6. allow_create: false
  7. additional_envs: []
  8. network:
  9. host_network: false
  10. tftp_port:
  11. bind_mode: published
  12. port_number: 69
  13. ix_volumes:
  14. tftpboot: /opt/tests/mnt/tftpboot
  15. storage:
  16. tftpboot:
  17. type: ix_volume
  18. ix_volume_config:
  19. dataset_name: tftpboot
  20. create_host_path: true
  21. additional_storage: []