values.yaml 530 B

12345678910111213141516171819202122232425262728293031
  1. image:
  2. repository: netbootxyz/netbootxyz
  3. pullPolicy: IfNotPresent
  4. tag: 0.7.5-nbxyz4
  5. resources:
  6. limits:
  7. cpu: 4000m
  8. memory: 8Gi
  9. netbootConfig:
  10. tftpdOpts: []
  11. additionalEnvs: []
  12. netbootNetwork:
  13. # TFTP only works with hostNetwork: true
  14. hostNetwork: true
  15. tftpPort: 31009
  16. webHttpPort: 31010
  17. webAssetsPort: 31011
  18. netbootStorage:
  19. config:
  20. type: ixVolume
  21. ixVolumeConfig:
  22. datasetName: config
  23. assets:
  24. type: ixVolume
  25. ixVolumeConfig:
  26. datasetName: assets
  27. additionalStorages: []