extra-values.yaml 332 B

123456789101112131415161718
  1. radarrConfig:
  2. additionalEnvs:
  3. - name: RADARR__AUTH__APIKEY
  4. value: some-long-api-key
  5. - name: RADARR__LOG__LEVEL
  6. value: error
  7. radarrNetwork:
  8. webPort: 31000
  9. radarrStorage:
  10. config:
  11. type: pvc
  12. additionalStorages:
  13. - type: pvc
  14. mountPath: /action_movies
  15. - type: pvc
  16. mountPath: /adventure_movies