2025-09-12 13:46:12 -04:00
|
|
|
image:
|
2025-09-13 22:13:34 -04:00
|
|
|
repository: searxng/searxng
|
|
|
|
|
tag: "latest"
|
2025-09-12 13:46:12 -04:00
|
|
|
|
|
|
|
|
service:
|
2025-09-13 22:13:34 -04:00
|
|
|
type: NodePort # expose service externally
|
|
|
|
|
nodePort: 30081
|
2025-09-12 13:46:12 -04:00
|
|
|
|
|
|
|
|
ingress:
|
2025-09-13 22:13:34 -04:00
|
|
|
enabled: false
|
|
|
|
|
className: nginx
|
|
|
|
|
hosts:
|
|
|
|
|
- host: searxng.local
|
|
|
|
|
paths:
|
|
|
|
|
- path: /
|
|
|
|
|
pathType: Prefix
|
|
|
|
|
|
2025-09-12 13:46:12 -04:00
|
|
|
# env:
|
2025-09-13 22:13:34 -04:00
|
|
|
# SEARXNG_SECRET: "please-change-me"
|
|
|
|
|
# # helps with URL generation & results links
|
|
|
|
|
# BASE_URL: "http://searxng.local/"
|