extra-values.yaml 485 B

123456789101112131415161718192021
  1. noderedConfig:
  2. safeMode: true
  3. enableProjects: true
  4. additionalEnvs:
  5. - name: NODE_OPTIONS
  6. value: --max-old-space-size=256
  7. noderedNetwork:
  8. webPort: 31000
  9. noderedStorage:
  10. data:
  11. type: hostPath
  12. hostPath: /mnt/{{ .Release.Namespace }}/data
  13. additionalStorages:
  14. - type: hostPath
  15. hostPath: /mnt/{{ .Release.Namespace }}/customData
  16. mountPath: /customData
  17. - type: hostPath
  18. hostPath: /mnt/{{ .Release.Namespace }}/customFiles
  19. mountPath: /customFiles