mirror of
https://github.com/truenas/charts.git
synced 2026-05-04 15:21:07 +08:00
This commit upgrades home-assistant, nextcloud, prometheus, minecraft, chia, recyclarr, roundcube, ipfs, jellyfin, netbootxyz, tiny-media-manager, n8n, node-red, audiobookshelf catalog item(s). Co-authored-by: sonicaj <waqarsonic1@gmail.com>
32 lines
530 B
YAML
32 lines
530 B
YAML
image:
|
|
repository: netbootxyz/netbootxyz
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.7.5-nbxyz4
|
|
|
|
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: []
|