From a567184347048476edb9c1e64aabb09c34d2b4cd Mon Sep 17 00:00:00 2001 From: Roger Oriol Date: Sat, 4 Jul 2026 00:35:17 +0200 Subject: [PATCH] fix searxng --- searxng/searxng.yaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/searxng/searxng.yaml b/searxng/searxng.yaml index 89d6b6e..18bcef1 100644 --- a/searxng/searxng.yaml +++ b/searxng/searxng.yaml @@ -35,8 +35,13 @@ data: port: 8080 ui: static_use_hash: true - redis: + valkey: url: redis://searxng-redis:6379/0 + engines: + - name: ahmia + disabled: true + - name: torch + disabled: true --- apiVersion: apps/v1 kind: Deployment @@ -141,20 +146,16 @@ spec: cpu: 100m memory: 128Mi livenessProbe: - httpGet: - path: /healthz + tcpSocket: port: 8080 - scheme: HTTP initialDelaySeconds: 30 timeoutSeconds: 5 periodSeconds: 10 successThreshold: 1 failureThreshold: 6 readinessProbe: - httpGet: - path: /healthz + tcpSocket: port: 8080 - scheme: HTTP initialDelaySeconds: 5 timeoutSeconds: 5 periodSeconds: 10