mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 02:30:53 +08:00
* remove chwon * update redme * adapt values * bump version * use pvc in ci * adapt template * adapt questions * add migration
19 lines
317 B
YAML
19 lines
317 B
YAML
prowlarrConfig:
|
|
additionalEnvs:
|
|
- name: PROWLARR__API_KEY
|
|
value: some-long-api-key
|
|
- name: PROWLARR__LOG_LEVEL
|
|
value: error
|
|
|
|
prowlarrNetwork:
|
|
webPort: 31000
|
|
|
|
prowlarrStorage:
|
|
config:
|
|
type: pvc
|
|
additionalStorages:
|
|
- type: pvc
|
|
mountPath: /data1
|
|
- type: pvc
|
|
mountPath: /data2
|