mirror of
https://github.com/truenas/charts.git
synced 2026-05-01 22:11:04 +08:00
This commit upgrades home-assistant, minio, gitea, sftpgo, nginx-proxy-manager, pgadmin, mealie, cloudflared, vaultwarden, metube, prowlarr, netbootxyz, jenkins, frigate, n8n, actual-budget, tdarr 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.4-nbxyz5
|
|
|
|
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: []
|