Skip to content

Commit

Permalink
docs : Typo in Kubernetes deployment #1978
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu-delisle authored and dunglas committed Sep 17, 2024
1 parent 26ca2d8 commit 5abf310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ command: ['bin/console']
commandArgs: ['messenger:consume', 'async', '--memory-limit=100M']
```
The `readinessProbe` and the `livenessProble` can not use the default `docker-healthcheck` but should test if the command is running.
The `readinessProbe` and the `livenessProbe` can not use the default `docker-healthcheck` but should test if the command is running.

First, make sure to install the `/bin/ps` binary, otherwise the `readinessProbe` and `livenessProbe` will fail:

Expand Down

0 comments on commit 5abf310

Please sign in to comment.