From 50d9eb66bf23a6740a2ee1b1bd794a6997c18156 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Mon, 16 Feb 2026 14:17:58 +0100 Subject: [PATCH] updated hub probes --- manifests/hub.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/hub.yaml b/manifests/hub.yaml index 61e3394..78a54e2 100644 --- a/manifests/hub.yaml +++ b/manifests/hub.yaml @@ -134,14 +134,14 @@ spec: # For now, probes work because password_hash is empty (no auth). livenessProbe: httpGet: - path: / + path: /healthz port: 8080 initialDelaySeconds: 5 periodSeconds: 30 timeoutSeconds: 5 readinessProbe: httpGet: - path: / + path: /healthz port: 8080 initialDelaySeconds: 3 periodSeconds: 10