123456789101112131415161718 |
- prowlarrConfig:
- additionalEnvs:
- - name: PROWLARR__AUTH__APIKEY
- value: some-long-api-key
- - name: PROWLARR__LOG__LEVEL
- value: error
- prowlarrNetwork:
- webPort: 31000
- prowlarrStorage:
- config:
- type: pvc
- additionalStorages:
- - type: pvc
- mountPath: /data1
- - type: pvc
- mountPath: /data2
|