<@U02HDH3J2UQ> <helm> charts for k8s self hosting ...
# pacc-london-2023
t
@grandimk helm charts for k8s self hosting and use worker helm instead of old agent prefect service start as an ECS service I think Set up the ECS worker and workpool using the following guide: https://prefecthq.github.io/prefect-aws/ecs_guide/
Copy code
deployments:
- name: dep-sync-subflows
  version: null
  tags: [parent, sync]
  entrypoint: flows/sync_subflows.py:sync_subflows
  schedule: null
  work_pool:
    name: "my-ecs-workpool"
    job_variables:
      image: "{{ image_name }}"
🙌 1