We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86af1ef commit 62ca615Copy full SHA for 62ca615
content/operate/redisinsight/install/install-on-k8s.md
@@ -241,7 +241,7 @@ spec:
241
protocol: TCP
242
livenessProbe: # Probe to check container health
243
httpGet:
244
- path: /healthcheck/ # exposed RI endpoint for healthcheck
+ path: /api/health/ # exposed RI endpoint for healthcheck
245
port: 5540 # exposed container port
246
initialDelaySeconds: 5 # number of seconds to wait after the container starts to perform liveness probe
247
periodSeconds: 5 # period in seconds after which liveness probe is performed
0 commit comments