Files
chart/library/ix-dev/community/overseerr/templates/_portal.tpl
Ian Armour 25c4310c16 NAS-121803 / 23.10 / Added overseerr helm chart to community train. (#1170)
* 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>
2023-05-09 13:59:58 +03:00

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 -}}