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

   Adds an optional `HTTPRoute` resource for the API server, gated by 
`httpRoute.apiServer.enabled`.
   The chart only creates the route; the parent `Gateway` and Gateway API CRDs 
must be installed
   out of band. Mirrors the existing `ingress.apiServer.*` shape so users can 
switch between
   `Ingress` and `HTTPRoute` without rewiring the rest of the chart.
   
   This is a first slice — flower / statsd / pgbouncer can follow once this 
shape is agreed.
   
   Validation:
   - `helm template` renders correctly with default rule, custom rules 
override, hostnames + parentRefs.
   - `helm template` rejects malformed values (e.g. `parentRefs[*].name` 
missing) via `values.schema.json`.
   - `chart_schema.py` passes ("No problems").
   - 14 unit tests added under 
`chart/tests/helm_tests/apiserver/test_httproute_apiserver.py`.
   
   related: #61452
   
   ---
   
   ##### Was generative AI tooling used to co-author this PR?
   
   - [X] Yes — Claude Code (Opus 4.7)
   
   Generated-by: Claude Code (Opus 4.7) 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