create-values.yaml 346 B

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