Skip to content

Instantly share code, notes, and snippets.

@joshuahendinata
Created October 11, 2019 08:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save joshuahendinata/615d56b0bdccba829050f173b8b312f7 to your computer and use it in GitHub Desktop.
Save joshuahendinata/615d56b0bdccba829050f173b8b312f7 to your computer and use it in GitHub Desktop.
spec:
template:
spec:
containers:
- name: airflow-worker
resources:
requests:
memory: 2Gi
limits:
memory: 2Gi
- name: gcs-syncd
resources:
requests:
cpu: 10m # default from composer
memory: 512Mi
limits:
cpu: 10m
memory: 512Mi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment