fix searxng
This commit is contained in:
@@ -42,6 +42,10 @@ data:
|
|||||||
disabled: true
|
disabled: true
|
||||||
- name: torch
|
- name: torch
|
||||||
disabled: true
|
disabled: true
|
||||||
|
limiter.toml: |
|
||||||
|
# SearXNG botdetection limiter config.
|
||||||
|
# The limiter is disabled in settings.yml (server.limiter: false); this file
|
||||||
|
# exists only to silence the "missing config file" warning. Defaults are used.
|
||||||
---
|
---
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
@@ -138,6 +142,9 @@ spec:
|
|||||||
- mountPath: /etc/searxng/settings.yml
|
- mountPath: /etc/searxng/settings.yml
|
||||||
name: searxng-config
|
name: searxng-config
|
||||||
subPath: settings.yml
|
subPath: settings.yml
|
||||||
|
- mountPath: /etc/searxng/limiter.toml
|
||||||
|
name: searxng-config
|
||||||
|
subPath: limiter.toml
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
cpu: 500m
|
||||||
|
|||||||
Reference in New Issue
Block a user