extra-values.yaml 497 B

123456789101112131415161718192021
  1. lidarrConfig:
  2. additionalEnvs:
  3. - name: LIDARR__API_KEY
  4. value: some-long-api-key
  5. - name: LIDARR__LOG_LEVEL
  6. value: error
  7. lidarrNetwork:
  8. webPort: 31000
  9. lidarrStorage:
  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