extra-values.yaml 332 B

1234567891011121314
  1. kavitaNetwork:
  2. webPort: 31000
  3. kavitaStorage:
  4. config:
  5. type: hostPath
  6. hostPath: /mnt/{{ .Release.Namespace }}/config
  7. additionalStorages:
  8. - type: hostPath
  9. hostPath: /mnt/{{ .Release.Namespace }}/manga
  10. mountPath: /manga
  11. - type: hostPath
  12. hostPath: /mnt/{{ .Release.Namespace }}/comic
  13. mountPath: /comic