mirror of
https://github.com/truenas/charts.git
synced 2026-04-24 02:20:15 +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>
13 lines
213 B
Smarty
13 lines
213 B
Smarty
{{- define "overseerr.portal" -}}
|
|
---
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: portal
|
|
data:
|
|
path: "/"
|
|
port: {{ .Values.overseerrNetwork.webPort | quote }}
|
|
protocol: http
|
|
host: $node_ip
|
|
{{- end -}}
|