Files
chart/library/ix-dev/community/netbootxyz/values.yaml
Kelly Shutt fe57f79674 netboot.xyz - WEB_APP_PORT to configure the web application to the correct port. (#2129)
* 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.
2024-02-06 12:02:12 +02:00

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: []