Files
chart/library/ix-dev/community/linkding/templates/_portal.tpl
Stavros Kois 30dba18b12 Add linkding to community train (#1582)
* initial commit

* add templates and values

* whops

* remove caps

* metadata + read me

* add more tests

* add questions and validation

* add group
2023-09-28 17:58:28 +03:00

13 lines
213 B
Smarty

{{- define "linkding.portal" -}}
---
apiVersion: v1
kind: ConfigMap
metadata:
name: portal
data:
path: "/"
port: {{ .Values.linkdingNetwork.webPort | quote }}
protocol: "http"
host: $node_ip
{{- end -}}