From efc3dc5b4e1e7e8a4e2b2f028dc5f73ade6b4544 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Thu, 12 Mar 2026 20:40:09 -0500 Subject: [PATCH] Increase Zabbix web probe timeouts to 5s (prevents 502 during heavy dashboard queries) --- apps/zabbix/zabbix.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/zabbix/zabbix.yaml b/apps/zabbix/zabbix.yaml index 173f5cc..4a6053b 100644 --- a/apps/zabbix/zabbix.yaml +++ b/apps/zabbix/zabbix.yaml @@ -294,6 +294,7 @@ spec: path: / port: 8080 initialDelaySeconds: 60 + timeoutSeconds: 5 periodSeconds: 10 readinessProbe: httpGet: @@ -301,6 +302,7 @@ spec: port: 8080 initialDelaySeconds: 30 periodSeconds: 5 + timeoutSeconds: 5 --- apiVersion: v1 kind: Service