mirror of
https://github.com/truenas/charts.git
synced 2026-02-10 13:56:38 +08:00
* Added overseerr helm chart to community train. * Fixed up formatting, removed extra storage and added TZ * Added user configurable timezone and removed additional storage * Use override of built in TZ * Addressed commented feedback in various files * Update library/ix-dev/community/overseerr/app-readme.md * add metadata.yaml --------- Co-authored-by: Ian Armour <ianarm@amazon.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
12 lines
178 B
YAML
12 lines
178 B
YAML
overseerrNetwork:
|
|
webPort: 31000
|
|
|
|
overseerrRunAs:
|
|
user: 1000
|
|
group: 1000
|
|
|
|
overseerrStorage:
|
|
config:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/config
|