Files
chart/library/ix-dev/community/prowlarr/templates/_portal.tpl
Stavros Kois 314df69d8b NAS-122807 / 23.10 / add prowlarr to community train (#1329)
* add `prowlarr` to `community` train

* add templates

* add test value

* add questions

* bump common
2023-07-06 14:57:53 +03:00

13 lines
211 B
Smarty

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