Files
ollama-plus/apps/values/searxng.yaml
T
2025-09-12 13:46:12 -04:00

21 lines
443 B
YAML

image:
repository: searxng/searxng
tag: "latest"
service:
type: NodePort # or ClusterIP if using ingress
# nodePort: 30081
ingress:
enabled: false
className: nginx
hosts:
- host: searxng.local
paths:
- path: /
pathType: Prefix
# env:
# SEARXNG_SECRET: "please-change-me"
# # helps with URL generation & results links
# BASE_URL: "http://searxng.local/"