apiVersion: gateway.networking.k8s.io/v1 kind: HTTPRoute metadata: name: home-assistant namespace: home-assistant spec: parentRefs: - group: gateway.networking.k8s.io kind: Gateway name: edge namespace: gateway sectionName: https hostnames: - homeassistant.kube.huskypup.net rules: - matches: - path: type: PathPrefix value: / backendRefs: - group: "" kind: Service name: home-assistant port: 8123 weight: 1