-
chart: bind the HTTPRoute to a named gateway listener
Release / test (push) Failing after 7sRelease / build (amd64, darwin) (push) Has been skippedRelease / build (amd64, linux) (push) Has been skippedRelease / build (arm64, darwin) (push) Has been skippedRelease / build (arm64, linux) (push) Has been skippedRelease / docker (push) Has been skippedRelease / chart (push) Has been skippedRelease / release (push) Has been skippedreleased this
2026-08-06 10:01:13 +00:00 | 107 commits to main since this releaseThe route carried no sectionName, so it attached to every listener whose
hostname matched — including the hostname-less plaintext HTTP listener.
On a publicly reachable hostname that means the API accepts bearer tokens
over cleartext.networking.listener names the listener to bind to. It defaults to empty,
which keeps the previous attach-to-all behaviour.Also document the Kubernetes install path, which the README omitted.
Downloads