basic-values.yaml 267 B

12345678910111213
  1. n8nNetwork:
  2. webPort: 31000
  3. n8nStorage:
  4. data:
  5. type: hostPath
  6. hostPath: /mnt/{{ .Release.Name }}/data
  7. pgData:
  8. type: hostPath
  9. hostPath: /mnt/{{ .Release.Name }}/pgData
  10. pgBackup:
  11. type: hostPath
  12. hostPath: /mnt/{{ .Release.Name }}/pgBackup