From b9166905e27b479ea6ebfcbeee3bc39d5d36591e Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Mon, 7 Apr 2025 17:09:40 +0800 Subject: [PATCH] fix(searxng): multi workers seem to be trying to bind to same address --- kube/deploy/apps/searxng/app/hr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kube/deploy/apps/searxng/app/hr.yaml b/kube/deploy/apps/searxng/app/hr.yaml index 4432a784..6ba3f799 100644 --- a/kube/deploy/apps/searxng/app/hr.yaml +++ b/kube/deploy/apps/searxng/app/hr.yaml @@ -29,7 +29,7 @@ spec: image: &img repository: "docker.io/searxng/searxng" tag: "latest@sha256:967a800a35c0565532d73e46c476b64abb6bf41429019b23673ad9261663dbf1" - command: ["uwsgi", "--master", "--http-socket", "0.0.0.0:8080", "/usr/local/searxng/dockerfiles/uwsgi.ini"] + command: ["uwsgi", "--master", "--http-socket", "[::]:8080", "/usr/local/searxng/dockerfiles/uwsgi.ini"] env: TZ: "${CONFIG_TZ}" UWSGI_THREADS: &cpu