add searxng

This commit is contained in:
DeveloperDurp 2026-01-18 06:46:37 -06:00
parent 04b638b8f9
commit a6437bb109
7 changed files with 206 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{{- include "common.values.setup" . -}}
---
apiVersion: v1
kind: Secret
metadata:
name: {{ include "common.names.fullname" . }}-config
labels:
{{- include "common.labels" . | nindent 4 }}
data:
settings.yml: |-
{{ toYaml .Values.searxng.config | b64enc | indent 4 }}