Andy Irvine
01/29/2024, 9:37 PMAndy Irvine
01/29/2024, 9:39 PMprefect worker start --pool 'testing'
worked fine as expected
Helm value config is pretty sparse:
worker:
apiConfig: server
config:
workPool: testing
http2: false
name: abc
serverApiConfig:
apiUrl: <http://prefect-server.prefect.svc.cluster.local:4200>
uiUrl:
image:
debug: True
Jamie Zieziula
01/29/2024, 9:49 PMhttp://<prefect-server-service-name>.<namespace>.svc.cluster.local:<prefect-server-port>/api
Jamie Zieziula
01/29/2024, 9:49 PM/api
at the end of the defintionAndy Irvine
01/29/2024, 9:50 PMJamie Zieziula
01/29/2024, 9:50 PMAndy Irvine
01/29/2024, 9:50 PMAndy Irvine
01/29/2024, 9:53 PM/api
to the readme here https://github.com/PrefectHQ/prefect-helm/blob/main/charts/prefect-worker/README.md?plain=1#L147
Just to save the next personJamie Zieziula
01/29/2024, 10:04 PM