Files
chart/library/ix-dev/community/tdarr/templates/_portal.tpl
Stavros Kois c539489f78 NAS-121565 / 23.10 / Add Tdarr to community train (#1141)
* Add Tdarr to community train

* fix UI

* Apply suggestions from code review
2023-04-26 19:35:16 +03:00

13 lines
205 B
Smarty

{{- define "tdarr.portal" -}}
---
apiVersion: v1
kind: ConfigMap
metadata:
name: portal
data:
path: "/"
port: {{ .Values.tdarrNetwork.webPort | quote }}
protocol: http
host: $node_ip
{{- end -}}