diff --git a/docs/guides/adapting-new-services.md b/docs/guides/adapting-new-services.md index 01af9cb0f..b769c1ce0 100644 --- a/docs/guides/adapting-new-services.md +++ b/docs/guides/adapting-new-services.md @@ -67,6 +67,7 @@ HARMONY_SERVICE_EXAMPLE_REQUESTS_MEMORY=128Mi HARMONY_SERVICE_EXAMPLE_LIMITS_CPU=128m HARMONY_SERVICE_EXAMPLE_LIMITS_MEMORY=512Mi HARMONY_SERVICE_EXAMPLE_INVOCATION_ARGS='python -m harmony_service_example' +HARMONY_SERVICE_EXAMPLE_SERVICE_QUEUE_URLS='["harmonyservices/service-example:latest,http://localstack:4566/queue/harmony-service-example.fifo"]' ``` Be sure to prefix the entries with the name of your service. Set the value for the `INVOCATION_ARGS` environment variable. This should be how you would run your service from the command line. For example, if you had a python module named `my-service` in the working directory, then you would run the service using: