feat(k8s): searchx metasearch engine

This commit is contained in:
2026-06-11 02:52:03 +02:00
parent 37550da086
commit 51777f904f
5 changed files with 163 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: searxng-config
namespace: searxng
data:
SEARXNG_BASE_URL: "https://s.forust.xyz"
SEARXNG_PORT: "8080"
SEARXNG_BIND_ADDRESS: "0.0.0.0"
SEARXNG_LIMITER: "true"
SEARXNG_VALKEY_URL: "valkey://searxng-valkey-service:6379/0"