Forked from joshuahendinata/composer_airflow_worker_patch.yaml
Created
April 8, 2020 22:56
-
-
Save tanduong/828603589272717335c5cd866886b413 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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