Files

22 lines
484 B
YAML
Raw Permalink Normal View History

2025-09-12 11:20:18 -04:00
apiVersion: argoproj.io/v1alpha1
kind: Application
2025-09-13 10:14:48 -04:00
metadata:
name: searxng
namespace: ai
2025-09-12 11:20:18 -04:00
spec:
2025-09-12 14:24:00 -04:00
project: ai-stack
2025-09-13 10:14:48 -04:00
destination:
server: https://kubernetes.default.svc
namespace: ai
2025-09-12 11:20:18 -04:00
source:
2025-09-12 14:24:00 -04:00
repoURL: https://charts.kubito.dev
2025-09-12 11:20:18 -04:00
chart: searxng
targetRevision: "*"
helm:
2025-09-12 13:46:12 -04:00
valueFiles:
- apps/values/searxng.yaml
2025-09-13 10:14:48 -04:00
syncPolicy:
automated:
prune: true
selfHeal: true