Skip to content

Commit 62ca615

Browse files
authored
OP: correct livenessProbe path for RI K8s install doc (#2389)
1 parent 86af1ef commit 62ca615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/operate/redisinsight/install/install-on-k8s.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ spec:
241241
protocol: TCP
242242
livenessProbe: # Probe to check container health
243243
httpGet:
244-
path: /healthcheck/ # exposed RI endpoint for healthcheck
244+
path: /api/health/ # exposed RI endpoint for healthcheck
245245
port: 5540 # exposed container port
246246
initialDelaySeconds: 5 # number of seconds to wait after the container starts to perform liveness probe
247247
periodSeconds: 5 # period in seconds after which liveness probe is performed

0 commit comments

Comments
 (0)