extra-values.yaml 511 B

123456789101112131415161718192021
  1. radarrConfig:
  2. additionalEnvs:
  3. - name: RADARR__API_KEY
  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: hostPath
  12. hostPath: /mnt/{{ .Release.Namespace }}/config
  13. additionalStorages:
  14. - type: hostPath
  15. hostPath: /mnt/{{ .Release.Namespace }}/action_movies
  16. mountPath: /action_movies
  17. - type: hostPath
  18. hostPath: /mnt/{{ .Release.Namespace }}/adventure_movies
  19. mountPath: /adventure_movies