Update.
This commit is contained in:
parent
5de65b8feb
commit
09bb62a3eb
2 changed files with 5 additions and 3 deletions
|
@ -43,8 +43,6 @@ spec:
|
|||
value: searxng
|
||||
- name: SEARXNG_QUERY_URL
|
||||
value: http://searxng.default.svc.cluster.local:8080/search?q=<query>
|
||||
- name: ENABLE_RAG_WEB_LOADER_SSL_VERIFICATION
|
||||
value: true
|
||||
resources:
|
||||
requests:
|
||||
cpu: 500m
|
||||
|
|
|
@ -9,7 +9,11 @@ redis:
|
|||
url: redis://dragonfly.database.svc.cluster.local:6379?db=10
|
||||
|
||||
search:
|
||||
autocomplete: google
|
||||
safe_search: 0
|
||||
autocomplete: brave
|
||||
formats:
|
||||
- html
|
||||
- json
|
||||
|
||||
general:
|
||||
instance_name: HansonSearch
|
||||
|
|
Loading…
Reference in a new issue