21 lines
443 B
YAML
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/"
|