mirror of
https://github.com/truenas/charts.git
synced 2026-05-04 20:30:55 +08:00
* Add `searxng` to `community` train * add tempaltes * add UI and metadata * update readme * remove non-existent option * bump
16 lines
354 B
Smarty
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 -}}
|