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