123456789101112131415161718192021 |
- image:
- repository: ixsystems/tftpd-hpa
- pullPolicy: IfNotPresent
- tag: '1.0.0'
- resources:
- limits:
- cpu: 4000m
- memory: 8Gi
- tftpConfig:
- allowCreate: true
- additionalEnvs: []
- tftpNetwork:
- hostNetwork: true
- # Only used if hostNetwork is false
- tftpPort: 30031
- tftpStorage:
- tftpboot:
- type: ixVolume
- datasetName: tftpboot
|