Files
chart/library/ix-dev/community/searxng/templates/common.yaml
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

12 lines
472 B
YAML

{{- include "ix.v1.common.loader.init" . -}}
{{/* Merge the templates with Values */}}
{{- $_ := mustMergeOverwrite .Values (include "searxng.workload" $ | fromYaml) -}}
{{- $_ := mustMergeOverwrite .Values (include "searxng.service" $ | fromYaml) -}}
{{- $_ := mustMergeOverwrite .Values (include "searxng.persistence" $ | fromYaml) -}}
{{/* Create the configmap for portal manually*/}}
{{- include "searxng.portal" $ -}}
{{- include "ix.v1.common.loader.apply" . -}}