Skip to content

Commit 5abf310

Browse files
matthieu-delisledunglas
authored andcommitted
docs : Typo in Kubernetes deployment #1978
1 parent 26ca2d8 commit 5abf310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ command: ['bin/console']
223223
commandArgs: ['messenger:consume', 'async', '--memory-limit=100M']
224224
```
225225
226-
The `readinessProbe` and the `livenessProble` can not use the default `docker-healthcheck` but should test if the command is running.
226+
The `readinessProbe` and the `livenessProbe` can not use the default `docker-healthcheck` but should test if the command is running.
227227

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

0 commit comments

Comments
 (0)