nailo2c commented on code in PR #69945:
URL: https://github.com/apache/airflow/pull/69945#discussion_r3627405599
##########
chart/docs/production-guide.rst:
##########
@@ -411,16 +411,35 @@ the chart only creates the ``HTTPRoute`` and attaches it
to the Gateway via ``pa
hostnames:
- airflow.example.com
-For fine-grained routing, supply ``apiServer.httpRoute.rules`` directly — the
entry mirrors the
-upstream ``HTTPRouteRule`` schema and overrides the default rule generated
from ``path`` + ``pathType``.
+ executor: CeleryExecutor
+
+ flower:
+ enabled: true
+ httpRoute:
+ enabled: true
+ parentRefs:
+ - name: main-gateway
+ namespace: gateway-system
+ sectionName: https
+ hostnames:
+ - flower.example.com
+
+Flower HTTPRoute resources are only created when Flower itself is created, so
``flower.enabled`` must be
+``true`` and the executor must include ``CeleryExecutor``.
+
+For fine-grained routing, supply ``apiServer.httpRoute.rules`` or
``flower.httpRoute.rules`` directly —
+the entry mirrors the upstream ``HTTPRouteRule`` schema and overrides the
default rule generated from
+``path`` + ``pathType``. For Flower deployments that customize
``flower.service.ports`` away from the
+standard ``ports.flowerUI`` value, use ``flower.httpRoute.rules`` to point at
the desired backend port.
Review Comment:
done
--
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]