Files
chart/library/ix-dev/community/autobrr/ci/extra-values.yaml
Stavros Kois 63a34d47ee NAS-122838 / 23.10 / add autobrr to community apps (#1337)
* add `autobrr` to `community` apps

* regen

* host

* Update library/ix-dev/community/autobrr/Chart.yaml

* Update library/ix-dev/community/autobrr/upgrade_strategy
2023-07-10 13:23:50 +03:00

15 lines
334 B
YAML

autobrrNetwork:
webPort: 31000
autobrrStorage:
config:
type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/config
additionalStorages:
- type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/data1
mountPath: /data1
- type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/data2
mountPath: /data2