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