Files
ION606 b4f2ec3ce4 A
2025-09-13 22:31:18 -04:00

22 lines
492 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: searxng
namespace: argocd
spec:
project: ai-stack
destination:
server: https://kubernetes.default.svc
namespace: argocd
source:
repoURL: https://charts.kubito.dev
chart: searxng
targetRevision: "*"
helm:
valueFiles:
- apps/values/searxng.yaml
syncPolicy:
automated:
prune: true
selfHeal: true