extra-values.yaml 504 B

1234567891011121314151617181920
  1. kapowarrNetwork:
  2. webPort: 31000
  3. kapowarrStorage:
  4. config:
  5. type: hostPath
  6. hostPath: /mnt/{{ .Release.Namespace }}/config
  7. downloads:
  8. type: hostPath
  9. hostPath: /mnt/{{ .Release.Namespace }}/downloads
  10. content:
  11. type: hostPath
  12. hostPath: /mnt/{{ .Release.Namespace }}/content
  13. additionalStorages:
  14. - type: hostPath
  15. hostPath: /mnt/{{ .Release.Namespace }}/data1
  16. mountPath: /data1
  17. - type: hostPath
  18. hostPath: /mnt/{{ .Release.Namespace }}/data2
  19. mountPath: /data2