Files
chart/library/ix-dev/community/whoogle/templates/_portal.tpl
Stavros Kois 73e5e3b40c Add whoogle to community train (#1654)
* 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
2023-10-23 17:30:01 +03:00

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 -}}