Files
chart/library/ix-dev/community/dashy/templates/_portal.tpl
Stavros kois a0ff65061c ssl
2023-11-14 22:57:50 +02:00

17 lines
331 B
Smarty

{{- define "dashy.portal" -}}
{{- $protocol := "http" -}}
{{- if .Values.dashyNetwork.certificateID -}}
{{- $protocol = "https" -}}
{{- end }}
---
apiVersion: v1
kind: ConfigMap
metadata:
name: portal
data:
path: "/"
port: {{ .Values.dashyNetwork.webPort | quote }}
protocol: {{ $protocol }}
host: $node_ip
{{- end -}}