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,22 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: searxng
namespace: argocd
spec:
project: default
source:
repoURL: https://gitlab.com/developerdurp/homelab.git
targetRevision: main
path: dmz/searxng
directory:
recurse: true
destination:
name: dmz
namespace: searxng
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true