gmsantos commented on issue #26971:
URL: https://github.com/apache/airflow/issues/26971#issuecomment-1275708078
for #24647
values file
```
workers:
resources:
requests:
cpu: 300m
memory: 128Mi
limits:
cpu: 700m
memory: 512Mi
```
Resulting pod template file:
```
> k exec airflow-scheduler-c95484f44-hbr2g -it -- cat
/usr/local/airflow/pod_templates/pod_template_file.yaml
...
resources:
limits:
cpu: 700m
memory: 512Mi
requests:
cpu: 300m
memory: 128Mi
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]