Files
chart/charts/minio/2.0.3/templates/_portal.tpl
2024-03-25 12:14:26 +00:00

17 lines
334 B
Smarty

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