mirror of
https://github.com/truenas/charts.git
synced 2026-04-24 02:20:15 +08:00
* sonarr: update env vars * radarr: new env vars * lidarr: new env vars * prowlarr: new env vars
19 lines
325 B
YAML
19 lines
325 B
YAML
lidarrConfig:
|
|
additionalEnvs:
|
|
- name: LIDARR__AUTH__APIKEY
|
|
value: some-long-api-key
|
|
- name: LIDARR__LOG__LEVEL
|
|
value: error
|
|
|
|
lidarrNetwork:
|
|
webPort: 31000
|
|
|
|
lidarrStorage:
|
|
config:
|
|
type: pvc
|
|
additionalStorages:
|
|
- type: pvc
|
|
mountPath: /pop_music
|
|
- type: pvc
|
|
mountPath: /country_music
|