mirror of
https://github.com/truenas/charts.git
synced 2026-04-09 21:59:10 +08:00
* Avoid having the same key defined twice * Use correct variable names * quote strings in questions * test run without upgrade * revert
22 lines
511 B
YAML
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
|