I recently migrated to workers from agents and dep...
# ask-community
a
I recently migrated to workers from agents and deploying workers using helm. However I'm a bit confused as to where and how I should specify parameters for HorizontalPodAutoscaler & Roles given that my worker isn't using that old yaml format where I used to define it below the "Deployment(agent) " section. Any ideas or examples?
j
you can specify infrastructure overrides on the work pool associated with your worker
for the HPA - you can define the configuration on the helm chart itself
🙌 1