Files
2025-09-13 22:13:34 -04:00

21 lines
397 B
YAML

image:
repository: searxng/searxng
tag: "latest"
service:
type: NodePort # expose service externally
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/"