Skip to content

Commit fe2071e

Browse files
bootjpCopilot
andauthored
Update docs/redis-proxy-deployment.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1bc6141 commit fe2071e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/redis-proxy-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ spec:
178178
memory: 512Mi
179179
```
180180
181-
> **Note:** The distroless base image does not include `redis-cli`. For Kubernetes probes, use a `tcpSocket` probe instead or add a sidecar/init container with `redis-cli`.
181+
> **Note:** The distroless base image does not include `redis-cli`. If you want to use the `exec`-based probes above, build a redis-proxy image that includes `redis-cli` (or another ping tool) in the same container. Otherwise, prefer a `tcpSocket` probe (as below) or an HTTP health endpoint.
182182

183183
```yaml
184184
# Alternative: TCP socket probe (no redis-cli needed)

0 commit comments

Comments
 (0)