mirror of
https://github.com/truenas/charts.git
synced 2026-04-09 05:39:24 +08:00
19 lines
330 B
YAML
19 lines
330 B
YAML
readarrConfig:
|
|
additionalEnvs:
|
|
- name: READARR__AUTH__APIKEY
|
|
value: some-long-api-key
|
|
- name: READARR__LOG__LEVEL
|
|
value: error
|
|
|
|
readarrNetwork:
|
|
webPort: 31000
|
|
|
|
readarrStorage:
|
|
config:
|
|
type: pvc
|
|
additionalStorages:
|
|
- type: pvc
|
|
mountPath: /pop_music
|
|
- type: pvc
|
|
mountPath: /country_music
|