Files
chart/library/ix-dev/charts/diskoverdata/templates/_portal.tpl
Stavros Kois 71d0cd2ac6 diskoverdata - migration (#2230)
* init commit

* fixes

* more fixes

* fix

* fiox

* fix pre-flight

* cron

* update questions

* add migration

* add to_keep_versions

* fix typos

* remove comment

* clean
2024-03-01 14:55:59 +02:00

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 -}}