extra-values.yaml 511 B

123456789101112131415161718192021
  1. sonarrConfig:
  2. additionalEnvs:
  3. - name: SONARR__API_KEY
  4. value: some-long-api-key
  5. - name: SONARR__LOG_LEVEL
  6. value: error
  7. sonarrNetwork:
  8. webPort: 31000
  9. sonarrStorage:
  10. config:
  11. type: hostPath
  12. hostPath: /mnt/{{ .Release.Namespace }}/config
  13. additionalStorages:
  14. - type: hostPath
  15. hostPath: /mnt/{{ .Release.Namespace }}/action_series
  16. mountPath: /action_series
  17. - type: hostPath
  18. hostPath: /mnt/{{ .Release.Namespace }}/adventure_series
  19. mountPath: /adventure_series