Files
chart/library/ix-dev/community/kapowarr/ci/extra-values.yaml

21 lines
504 B
YAML

kapowarrNetwork:
webPort: 31000
kapowarrStorage:
config:
type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/config
downloads:
type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/downloads
content:
type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/content
additionalStorages:
- type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/data1
mountPath: /data1
- type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/data2
mountPath: /data2