Files
chart/library/ix-dev/community/searxng/templates/_service.tpl
Stavros Kois 0ef9035e82 NAS-122990 / 23.10 / Add searxng to community train (#1362)
* Add `searxng` to `community` train

* add tempaltes

* add UI and metadata

* update readme

* remove non-existent option

* bump
2023-07-17 16:09:35 +03:00

16 lines
354 B
Smarty

{{- define "searxng.service" -}}
service:
searxng:
enabled: true
primary: true
type: NodePort
targetSelector: searxng
ports:
webui:
enabled: true
primary: true
port: {{ .Values.searxngNetwork.webPort }}
nodePort: {{ .Values.searxngNetwork.webPort }}
targetSelector: searxng
{{- end -}}