Files
chart/library/ix-dev/community/navidrome/templates/_portal.tpl
Stavros Kois 4a360ed4be NAS-122621 / 23.10 / Add navidrome to community train (#1291)
* navidrome initial commit

* update questions

* fix func name

* fix UI and some typos
2023-06-27 21:44:56 +03:00

13 lines
213 B
Smarty

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