basic-values.yaml 343 B

1234567891011121314151617
  1. kapowarrNetwork:
  2. webPort: 31000
  3. kapowarrRunAs:
  4. user: 1000
  5. group: 1000
  6. kapowarrStorage:
  7. config:
  8. type: hostPath
  9. hostPath: /mnt/{{ .Release.Namespace }}/config
  10. downloads:
  11. type: hostPath
  12. hostPath: /mnt/{{ .Release.Namespace }}/downloads
  13. content:
  14. type: hostPath
  15. hostPath: /mnt/{{ .Release.Namespace }}/content