csp33 commented on issue #28880:
URL: https://github.com/apache/airflow/issues/28880#issuecomment-1398093799

   I could take this one. How about this proposal? values defined at the 
"workers" level will be taken by both celery & k8s.
       ```yaml
       workers:
         safeToEvict: false
         celery:
           resources: 
             limits:
               cpu: 1
               memory: 1Gi
             requests:
               cpu: 1
               memory: 1Gi
         kubernetes:
           resources:
             limits:
               cpu: 240m
               memory: 875Mi
             requests:
               cpu: 240m
               memory: 875Mi
       ```
   @potiuk 


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to