mirror of
https://github.com/truenas/charts.git
synced 2026-05-16 14:12:59 +08:00
13 lines
215 B
Smarty
13 lines
215 B
Smarty
{{- define "diskover.portal" -}}
|
|
---
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: portal
|
|
data:
|
|
path: "/"
|
|
port: {{ .Values.diskoverNetwork.webPort | quote }}
|
|
protocol: "http"
|
|
host: "$node_ip"
|
|
{{- end -}}
|