Skip to content

Commit 2987f97

Browse files
authored
Merge pull request #219 from bcgov/chore/tune-airflow-deployments
chore: tune pod resources to better match use
2 parents 681ea16 + 656edb8 commit 2987f97

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

helm/cas-airflow/values.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@ airflow:
147147
scheduler:
148148
resources:
149149
limits:
150-
cpu: 1000m
150+
cpu: 500m
151+
memory: 1.3Gi
151152
extraVolumes:
152153
- name: cas-airflow-dynamic-dags
153154
persistentVolumeClaim:
@@ -163,7 +164,8 @@ airflow:
163164
dagProcessor:
164165
resources:
165166
limits:
166-
cpu: 1000m
167+
cpu: 500m
168+
memory: 1Gi
167169
extraVolumes:
168170
- name: cas-airflow-dynamic-dags
169171
persistentVolumeClaim:

0 commit comments

Comments
 (0)