From 5e466ed69daa4cd505db4ba77b4613ae25b51e42 Mon Sep 17 00:00:00 2001 From: "David W. Dougherty" Date: Wed, 12 Nov 2025 06:13:43 -0800 Subject: [PATCH] OP: correct livenessProbe path for RI K8s install doc --- content/operate/redisinsight/install/install-on-k8s.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/operate/redisinsight/install/install-on-k8s.md b/content/operate/redisinsight/install/install-on-k8s.md index 81d023d346..4ddcc4c517 100644 --- a/content/operate/redisinsight/install/install-on-k8s.md +++ b/content/operate/redisinsight/install/install-on-k8s.md @@ -241,7 +241,7 @@ spec: protocol: TCP livenessProbe: # Probe to check container health httpGet: - path: /healthcheck/ # exposed RI endpoint for healthcheck + path: /api/health/ # exposed RI endpoint for healthcheck port: 5540 # exposed container port initialDelaySeconds: 5 # number of seconds to wait after the container starts to perform liveness probe periodSeconds: 5 # period in seconds after which liveness probe is performed