mirror of
https://github.com/truenas/charts.git
synced 2026-04-27 20:13:21 +08:00
* init commit * fixes * more fixes * fix * fiox * fix pre-flight * cron * update questions * add migration * add to_keep_versions * fix typos * remove comment * clean
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 -}}
|