mirror of
https://github.com/truenas/charts.git
synced 2026-04-23 18:10:06 +08:00
* sonarr: update env vars * radarr: new env vars * lidarr: new env vars * prowlarr: new env vars
19 lines
332 B
YAML
19 lines
332 B
YAML
sonarrConfig:
|
|
additionalEnvs:
|
|
- name: SONARR__AUTH__APIKEY
|
|
value: some-long-api-key
|
|
- name: SONARR__LOG__LEVEL
|
|
value: error
|
|
|
|
sonarrNetwork:
|
|
webPort: 31000
|
|
|
|
sonarrStorage:
|
|
config:
|
|
type: pvc
|
|
additionalStorages:
|
|
- type: pvc
|
|
mountPath: /action_series
|
|
- type: pvc
|
|
mountPath: /adventure_series
|