mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 10:40:31 +08:00
* in.tftpd needs chroot to spawn child processes. * Bump version number. * Fixes #2104 - Make the nbxyz version numbers look like semantic versions. * Match defaults in questions.yaml * Bump version number. * Bump version. * Fix app version. * Mark executable * Use WEB_APP_PORT to bind the portal URL to the right port. * Don't hide the port configuration when hostNetwork is enabled. * Bump version number.
32 lines
530 B
YAML
32 lines
530 B
YAML
image:
|
|
repository: netbootxyz/netbootxyz
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.7.1-nbxyz1
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
netbootConfig:
|
|
tftpdOpts: []
|
|
additionalEnvs: []
|
|
|
|
netbootNetwork:
|
|
# TFTP only works with hostNetwork: true
|
|
hostNetwork: true
|
|
tftpPort: 31009
|
|
webHttpPort: 31010
|
|
webAssetsPort: 31011
|
|
|
|
netbootStorage:
|
|
config:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: config
|
|
assets:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: assets
|
|
additionalStorages: []
|