From b91cbc1e0966dfed4ac9e848763a440ee4cfcef2 Mon Sep 17 00:00:00 2001 From: CTO Agent Date: Sat, 25 Jul 2026 11:14:44 +0000 Subject: [PATCH] Fix Dozzle websocket timeouts by increasing oauth2-proxy upstream timeout The websocket connection drops were caused by oauth2-proxy's upstream-timeout being set to only 30s. Websocket connections are long-lived and need much longer timeouts. Increased to 3600s (1 hour) per Traefik websocket best practices. Fixes: DEV-371 Co-Authored-By: Paperclip --- apps/dozzle/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dozzle/deployment.yaml b/apps/dozzle/deployment.yaml index b0b31c9..9e84bb1 100644 --- a/apps/dozzle/deployment.yaml +++ b/apps/dozzle/deployment.yaml @@ -97,7 +97,7 @@ spec: - --proxy-websockets=true - --pass-host-header=true - --flush-interval=1s - - --upstream-timeout=30s + - --upstream-timeout=3600s env: - name: OAUTH2_PROXY_CLIENT_ID valueFrom: