Description of the change
The gateway API supports the concept of a ListenerSet that better supports a multi-tenant gateway, but the Nextcloud helm chart only supports HTTPRoutes.
Benefits
Adding support for ListenerSet means this chart supports shared gateways. Without this support, users in this situation must deploy a ListenerSet manually. This isn't a huge deal, but it does make deployment more complex.
Possible drawbacks
One more thing for the chart to manage and get bugs logged against.
Additional information
If there is an appetite for this, I'd be happy to propose a PR.
Description of the change
The gateway API supports the concept of a
ListenerSetthat better supports a multi-tenant gateway, but the Nextcloud helm chart only supportsHTTPRoutes.Benefits
Adding support for
ListenerSetmeans this chart supports shared gateways. Without this support, users in this situation must deploy aListenerSetmanually. This isn't a huge deal, but it does make deployment more complex.Possible drawbacks
One more thing for the chart to manage and get bugs logged against.
Additional information
If there is an appetite for this, I'd be happy to propose a PR.