Files
chart/library/ix-dev/community/radarr/ci/extra-values.yaml
Stavros Kois 730a7bcaaf NAS-121410 / 23.10 / Avoid having the same key defined twice (#1106)
* Avoid having the same key defined twice

* Use correct variable names

* quote strings in questions

* test run without upgrade

* revert
2023-04-11 18:24:30 +03:00

22 lines
511 B
YAML

radarrConfig:
additionalEnvs:
- name: RADARR__API_KEY
value: some-long-api-key
- name: RADARR__LOG_LEVEL
value: error
radarrNetwork:
webPort: 31000
radarrStorage:
config:
type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/config
additionalStorages:
- type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/action_movies
mountPath: /action_movies
- type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/adventure_movies
mountPath: /adventure_movies