extra-values.yaml 476 B

123456789101112131415161718192021
  1. komgaConfig:
  2. additionalEnvs:
  3. - name: KOMGA_SESSIONTIMEOUT
  4. value: 2d
  5. - name: KOMGA_DELETE_EMPTY_READ_LISTS
  6. value: false
  7. komgaNetwork:
  8. webPort: 31000
  9. komgaStorage:
  10. config:
  11. type: hostPath
  12. hostPath: /mnt/{{ .Release.Namespace }}/config
  13. additionalStorages:
  14. - type: hostPath
  15. hostPath: /mnt/{{ .Release.Namespace }}/comics
  16. mountPath: /comics
  17. - type: hostPath
  18. hostPath: /mnt/{{ .Release.Namespace }}/mangas
  19. mountPath: /mangas