From e33d7ed0352ca331c62fa73b08cb4434c3716cfb Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Fri, 9 Jan 2026 11:23:36 +0100 Subject: [PATCH] updated probes --- homarr-system/homarr.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homarr-system/homarr.yaml b/homarr-system/homarr.yaml index e35719d..2586978 100644 --- a/homarr-system/homarr.yaml +++ b/homarr-system/homarr.yaml @@ -275,7 +275,7 @@ spec: livenessProbe: httpGet: - path: /api/health + path: / port: http initialDelaySeconds: 30 periodSeconds: 30 @@ -284,7 +284,7 @@ spec: readinessProbe: httpGet: - path: /api/health + path: / port: http initialDelaySeconds: 15 periodSeconds: 10