Updates
This commit is contained in:
parent
a2da02232f
commit
46e61da2a0
@ -15,7 +15,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: searxng
|
||||
image: searxng/searxng
|
||||
image: searxng/searxng:latest@sha256:3aca94ebee036dc3c97a7d123eab9bcf4ba511ad11763d8f7f703165191cc752
|
||||
resources:
|
||||
limits:
|
||||
memory: "2G"
|
||||
@ -25,6 +25,9 @@ spec:
|
||||
value: http://10.0.2.6:30314
|
||||
- name: INSTANCE_NAME
|
||||
value: Roxedus.com
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: searxng
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
volumeMounts:
|
||||
@ -63,7 +66,6 @@ data:
|
||||
# see https://docs.searxng.org/admin/engines/settings.html#use-default-settings
|
||||
use_default_settings: true
|
||||
server:
|
||||
secret_key: "redacted"
|
||||
limiter: false
|
||||
image_proxy: true
|
||||
ui:
|
||||
@ -72,6 +74,7 @@ data:
|
||||
theme_args:
|
||||
simple_style: dark
|
||||
infinite_scroll: true
|
||||
results_on_new_tab: true
|
||||
query_in_title: true
|
||||
search:
|
||||
autocomplete: "google"
|
||||
|
Loading…
Reference in New Issue
Block a user