Skip to content

Instantly share code, notes, and snippets.

@lauralorenz
Created June 26, 2020 18:42
Show Gist options
  • Save lauralorenz/66886ba2d746fea52b94d216eb9033ca to your computer and use it in GitHub Desktop.
Save lauralorenz/66886ba2d746fea52b94d216eb9033ca to your computer and use it in GitHub Desktop.
Basic config for Dask Helm for Prefect flows
worker:
replicas: 4
resources:
limits:
cpu: 1
memory: 3G
requests:
cpu: 1
memory: 3G
env:
- name: EXTRA_PIP_PACKAGES
value: prefect
jupyter:
enabled: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment