extra-values.yaml 502 B

123456789101112131415161718192021
  1. readarrConfig:
  2. additionalEnvs:
  3. - name: READARR__API_KEY
  4. value: some-long-api-key
  5. - name: READARR__LOG_LEVEL
  6. value: error
  7. readarrNetwork:
  8. webPort: 31000
  9. readarrStorage:
  10. config:
  11. type: hostPath
  12. hostPath: /mnt/{{ .Release.Namespace }}/config
  13. additionalStorages:
  14. - type: hostPath
  15. hostPath: /mnt/{{ .Release.Namespace }}/pop_music
  16. mountPath: /pop_music
  17. - type: hostPath
  18. hostPath: /mnt/{{ .Release.Namespace }}/country_music
  19. mountPath: /country_music