You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: helm/blueapi/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,4 +51,4 @@ A Helm chart deploying a worker pod that runs Bluesky plans
51
51
| worker.env.sources | list |`[{"kind":"planFunctions","module":"dodal.plans"},{"kind":"planFunctions","module":"dodal.plan_stubs.wrapped"}]`| modules (must be installed in the venv) to fetch devices/plans from |
52
52
| worker.logging | object |`{"graylog":{"enabled":false,"url":"tcp://graylog-log-target.diamond.ac.uk:12231/"},"level":"INFO"}`| Configures logging. Port 12231 is the `dodal` input on graylog which will be renamed `blueapi`|
53
53
| worker.scratch | object |`{"repositories":[],"root":"/blueapi-plugins/scratch"}`| If initContainer is enabled the default branch of python projects in this section are installed into the venv *without their dependencies*|
54
-
| worker.stomp | object |`{"auth":{"password":"guest","username":"guest"},"enabled":false,"url":"tcp://rabbitmq:61613/"}`| Message bus configuration for returning status to GDA/forwarding documents downstream Password may be in the form ${ENV_VAR} to be fetched from an environment variable e.g. mounted from a SealedSecret |
54
+
| worker.stomp | object |`{"auth":{"password":"guest","username":"guest"},"enabled":false,"url":"tcp://rabbitmq:61613/"}`| Message bus configuration for returning status to GDA/forwarding documents downstream Password may be in the form ${ENV_VAR} to be fetched from an environment variable e.g. mounted from a SealedSecret |
0 commit comments