Files
chart/library/ix-dev/test/sonarr/templates/_portal.tpl
Stavros Kois e8e998f81e adds 2 community apps for testing (smb-pv-pvc) (#1558)
* make copies to test

* adds 2 community apps for testing (smb-pv-pvc)
2023-09-22 13:44:59 +03:00

13 lines
207 B
Smarty

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