basic-values.yaml 223 B

123456789101112
  1. npmNetwork:
  2. webPort: 31000
  3. httpPort: 31001
  4. httpsPort: 31002
  5. npmStorage:
  6. data:
  7. type: hostPath
  8. hostPath: /mnt/{{ .Release.Name }}/data
  9. certs:
  10. type: hostPath
  11. hostPath: /mnt/{{ .Release.Name }}/certs