mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 02:30:53 +08:00
22 lines
476 B
YAML
22 lines
476 B
YAML
komgaConfig:
|
|
additionalEnvs:
|
|
- name: KOMGA_SESSIONTIMEOUT
|
|
value: 2d
|
|
- name: KOMGA_DELETE_EMPTY_READ_LISTS
|
|
value: false
|
|
|
|
komgaNetwork:
|
|
webPort: 31000
|
|
|
|
komgaStorage:
|
|
config:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/config
|
|
additionalStorages:
|
|
- type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/comics
|
|
mountPath: /comics
|
|
- type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/mangas
|
|
mountPath: /mangas
|