mirror of
https://github.com/truenas/charts.git
synced 2026-05-02 06:20:54 +08:00
* initial commit * add templates and values * whops * remove caps * metadata + read me * add more tests * add questions and validation * add group
13 lines
213 B
Smarty
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 -}}
|