Files
chart/library/ix-dev/community/bazarr/ci/extra-values.yaml
Stavros Kois bd19e4cde4 NAS-122691 / 23.10 / Add bazarr to community train (#1308)
* Add `bazarr` to `community` train

* fix source

* add tpls

* add ci values

* add values

* add UI

* formatting
2023-07-03 14:48:22 +03:00

15 lines
336 B
YAML

bazarrNetwork:
webPort: 31000
bazarrStorage:
config:
type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/config
additionalStorages:
- type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/series
mountPath: /series
- type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/movies
mountPath: /movies