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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,9 +44,9 @@ A Helm chart deploying a worker pod that runs Bluesky plans
44
44
| tracing | object |`{"otlp":{"enabled":false,"protocol":"http/protobuf","server":{"host":"http://opentelemetry-collector.tracing","port":4318}}}`| Configure tracing: opentelemetry-collector.tracing should be available in all Diamond clusters |
45
45
| volumeMounts | list |`[{"mountPath":"/config","name":"worker-config","readOnly":true}]`| Additional volumeMounts on the output StatefulSet definition. Define how volumes are mounted to the container referenced by using the same name. |
46
46
| volumes | list |`[]`| Additional volumes on the output StatefulSet definition. Define volumes from e.g. Secrets, ConfigMaps or the Filesystem |
47
-
| worker | object |`{"api":{"url":"http://0.0.0.0:8000/"},"env":{"sources":[{"kind":"planFunctions","module":"dodal.plans"},{"kind":"planFunctions","module":"dodal.plan_stubs.wrapped"}]},"logging":{"graylog":{"enabled":false,"url":"tcp://graylog-log-target.diamond.ac.uk:12232/"},"level":"INFO"},"scratch":{"repositories":[],"root":"/blueapi-plugins/scratch"},"stomp":{"auth":{"password":"guest","username":"guest"},"enabled":false,"url":"tcp://rabbitmq:61613/"}}`| Config for the worker goes here, will be mounted into a config file |
47
+
| worker | object |`{"api":{"url":"http://0.0.0.0:8000/"},"env":{"sources":[{"kind":"planFunctions","module":"dodal.plans"},{"kind":"planFunctions","module":"dodal.plan_stubs.wrapped"}]},"logging":{"graylog":{"enabled":false,"url":"tcp://graylog-log-target.diamond.ac.uk:12231/"},"level":"INFO"},"scratch":{"repositories":[],"root":"/blueapi-plugins/scratch"},"stomp":{"auth":{"password":"guest","username":"guest"},"enabled":false,"url":"tcp://rabbitmq:61613/"}}`| Config for the worker goes here, will be mounted into a config file |
48
48
| worker.api.url | string |`"http://0.0.0.0:8000/"`| 0.0.0.0 required to allow non-loopback traffic If using hostNetwork, the port must be free on the host |
49
49
| 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 |
50
-
| worker.logging | object |`{"graylog":{"enabled":false,"url":"tcp://graylog-log-target.diamond.ac.uk:12232/"},"level":"INFO"}`| Configures logging. Port 12231 is the `dodal` input on graylog which will be renamed `blueapi`|
50
+
| 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`|
51
51
| 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*|
52
52
| 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