123456789101112131415161718 |
- komgaConfig:
- additionalEnvs:
- - name: KOMGA_SESSIONTIMEOUT
- value: 2d
- - name: KOMGA_DELETE_EMPTY_READ_LISTS
- value: false
- komgaNetwork:
- webPort: 31000
- komgaStorage:
- config:
- type: pvc
- additionalStorages:
- - type: pvc
- mountPath: /comics
- - type: pvc
- mountPath: /mangas
|