Files
chart/library/ix-dev/community/lidarr/templates/_portal.tpl
Stavros Kois a964babc58 NAS-121405 / 23.10 / Add Lidarr to community train (#1100)
* Add Lidarr to charts train

* Run chart tests in a matrix

* move to correct train

* Fix variable name and quote strings in questions.yaml
2023-04-11 18:26:15 +03:00

13 lines
207 B
Smarty

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