mirror of
https://github.com/truenas/charts.git
synced 2026-04-09 21:59:10 +08:00
* add `autobrr` to `community` apps * regen * host * Update library/ix-dev/community/autobrr/Chart.yaml * Update library/ix-dev/community/autobrr/upgrade_strategy
15 lines
334 B
YAML
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
|