From 3dc8228e2210585cde5d541ca3336fadecc33d0b Mon Sep 17 00:00:00 2001 From: mr-forust Date: Sun, 14 Jun 2026 23:01:58 +0200 Subject: [PATCH] matched dns record and the searxng's route --- searxng/k8s/ingress.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/searxng/k8s/ingress.yaml b/searxng/k8s/ingress.yaml index 5a91d99..2a22448 100644 --- a/searxng/k8s/ingress.yaml +++ b/searxng/k8s/ingress.yaml @@ -7,7 +7,7 @@ spec: entryPoints: - websecure routes: - - match: HostRegexp(`^(s|searxng)\.forust\.xyz$`) + - match: HostRegexp(`^(s|search)\.forust\.xyz$`) kind: Rule services: - name: searxng-service @@ -29,4 +29,3 @@ spec: services: - name: searxng-service port: 8080 -