mirror of
https://github.com/truenas/charts.git
synced 2026-04-23 18:10:06 +08:00
22 lines
349 B
YAML
22 lines
349 B
YAML
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
|