mirror of
https://github.com/truenas/charts.git
synced 2026-05-11 19:16:17 +08:00
* initial commit * add chart and item yaml * add strategy * add templates * fix tag * rofs false * change user * fix user * hmm * whops * fix * update readme * update questions * typo * update readme
13 lines
209 B
Smarty
13 lines
209 B
Smarty
{{- define "whoogle.portal" -}}
|
|
---
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: portal
|
|
data:
|
|
path: "/"
|
|
port: {{ .Values.whoogleNetwork.webPort | quote }}
|
|
protocol: http
|
|
host: $node_ip
|
|
{{- end -}}
|