mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 17:52:13 +08:00
* add `prowlarr` to `community` train * add templates * add test value * add questions * bump common
22 lines
483 B
YAML
22 lines
483 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: 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
|