potiuk opened a new pull request, #67805:
URL: https://github.com/apache/airflow/pull/67805

   Backport of #65754 to the 1.x Helm chart line (chart/v1-2x-test).
   
   On Airflow 3, task logs are served by the `api-server` component, but the
   1.x chart's NetworkPolicy ingress rules for the scheduler, triggerer, and
   worker still allow log traffic only from the legacy `webserver` component.
   With `networkPolicies.enabled=true`, this blocks the API server from
   reading task logs. This retargets the three log-ingress selectors to
   `component: api-server` and adds rendering tests for each.
   
   Cherry-picked from 8b2ce0016b (the two scheduler/triggerer template hunks
   were adapted by hand: the 1.x base used `component: webserver` where main
   used `scheduler`/`triggerer`, all corrected to `api-server`).
   
   ---
   
   ##### Was generative AI tooling used to co-author this PR?
   
   - [X] Yes — Claude Code (Opus 4.8)
   
   Generated-by: Claude Code (Opus 4.8) following [the 
guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions)


-- 
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]

Reply via email to