123456789101112131415161718192021 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- tftpd:
- allow_create: true
- additional_envs: []
- network:
- host_network: false
- tftp_port:
- bind_mode: published
- port_number: 69
- storage:
- tftpboot:
- type: host_path
- host_path_config:
- path: /opt/tests/mnt/tftpboot
- create_host_path: true
- additional_storage: []
|