apiVersion: gateway.networking.k8s.io/v1 kind: HTTPRoute metadata: name: http spec: parentRefs: - name: homelab-gateway sectionName: web kind: Gateway namespace: homelab hostnames: - web.leechpepin.local rules: - matches: - path: type: PathPrefix value: / backendRefs: - name: web port: 80