Skip to content

Instantly share code, notes, and snippets.

@zonca
Last active June 7, 2018 13:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zonca/21ef3125eee7af5c2548e505d47dc200 to your computer and use it in GitHub Desktop.
Save zonca/21ef3125eee7af5c2548e505d47dc200 to your computer and use it in GitHub Desktop.
metadata:
spec:
restartPolicy: Never
containers:
- args:
- dask-worker
- --nthreads
- '2'
- --no-bokeh
- --memory-limit
- 200MB
- --death-timeout
- '60'
image: pangeo/worker:2018-05-17
name: dask-worker
securityContext:
capabilities:
add: [SYS_ADMIN]
privileged: true
env:
- name: GCSFUSE_BUCKET
value: pangeo-data
resources:
limits:
cpu: "0.2"
memory: 300M
requests:
cpu: "0.2"
memory: 300M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment