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