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