Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/operate/redisinsight/install/install-on-k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down