change port
This commit is contained in:
@@ -13,7 +13,11 @@ searxng:
|
||||
pullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: SEARXNG_BASE_URL
|
||||
value: http://searxng.searxng:80/
|
||||
value: http://searxng.searxng:8080
|
||||
- name: SEARXNG_QUERY_URL
|
||||
value: http://searxng.searxng:8080/search?q=<query>
|
||||
- name: SEARXNG_HOSTNAME
|
||||
value: searxng-cl01tl.boreal-beaufort.ts.net
|
||||
- name: SEARXNG_REDIS_URL
|
||||
value: redis://searxng-valkey-primary.searxng:6379/0
|
||||
- name: UWSGI_WORKERS
|
||||
@@ -28,8 +32,6 @@ searxng:
|
||||
value: 3
|
||||
- name: RAG_WEB_SEARCH_CONCURRENT_REQUESTS
|
||||
value: 10
|
||||
- name: SEARXNG_QUERY_URL
|
||||
value: http://searxng.searxng:80/search?q=<query>
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
||||
@@ -41,7 +43,7 @@ searxng:
|
||||
controller: main
|
||||
ports:
|
||||
mail:
|
||||
port: 80
|
||||
port: 8080
|
||||
targetPort: 8080
|
||||
protocol: HTTP
|
||||
ingress:
|
||||
|
Reference in New Issue
Block a user