Files
chart/library/ix-dev/community/drawio/templates/_portal.tpl
Stavros Kois df6aa84c17 add drawio to community train (#1629)
* add `drawio` to `community` train

* http/https

* other user

* cleanup

* update questions

* typo
2023-10-10 16:14:10 +03:00

13 lines
226 B
Smarty

{{- define "drawio.portal" -}}
---
apiVersion: v1
kind: ConfigMap
metadata:
name: portal
data:
path: "/?offline=1&https=0"
port: {{ .Values.drawioNetwork.httpPort | quote }}
protocol: http
host: $node_ip
{{- end -}}