mirror of
https://github.com/truenas/charts.git
synced 2026-05-16 14:12:59 +08:00
* add `drawio` to `community` train * http/https * other user * cleanup * update questions * typo
13 lines
226 B
Smarty
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 -}}
|