Skip to content

Comments

Add Gateway API support#57

Open
pmarques wants to merge 1 commit intoKoenkk:mainfrom
pmarques:add-support-gatewayapi
Open

Add Gateway API support#57
pmarques wants to merge 1 commit intoKoenkk:mainfrom
pmarques:add-support-gatewayapi

Conversation

@pmarques
Copy link
Contributor

Description

This PR introduces support for Kubernetes Gateway API by adding an HTTPRoute resource, providing an alternative to traditional Ingress for routing HTTP traffic to the Zigbee2MQTT UI.

This enhancement allows users to adopt Gateway API routing while maintaining backward compatibility with existing Ingress setups.

Usage

Example of values required to enable the Gateway API HTTPRoute:

httproute:
  enabled: true
  parentRefs:
    - name: my-gateway
      namespace: gateway-system
  hostnames:
    - zigbee2mqtt.example.com

@Koenkk Koenkk requested a review from jlpedrosa January 24, 2026 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant