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 09cd496 commit 55dd2bdCopy full SHA for 55dd2bd
1 file changed
deployment/kubernetes.md
@@ -205,8 +205,8 @@ Running Pods with the Messenger Component to consume queues requires additions t
205
206
Start by creating a new template for the queue-worker-deployment. The `deployment.yaml` can be used
207
as template. Since the PHP image uses FrankenPHP (which embeds Caddy as web server), you should
208
-replace the default command to run the Messenger consumer instead of the web server, and remove
209
-all unused ENV variables.
+replace the default command to run the Messenger consumer instead of the web server, and remove all
+unused ENV variables.
210
211
Add the following lines under `containers` to overwrite the command.
212
0 commit comments