Files
chart/library/ix-dev/community/jellyseerr/templates/_portal.tpl
Stavros Kois 0c2bef0be6 NAS-122593 / 23.10 / add jellyseerr to community train (#1285)
* add jellyseerr

* change default port
2023-06-27 21:45:50 +03:00

13 lines
215 B
Smarty

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