mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 07:50:29 -05:00
add searxng
This commit is contained in:
parent
04b638b8f9
commit
a6437bb109
7 changed files with 206 additions and 0 deletions
11
dmz/searxng/templates/configmap.yaml
Normal file
11
dmz/searxng/templates/configmap.yaml
Normal 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 }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue