123456789101112131415161718 |
- 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
|