# Carries no hostname of its own, on purpose: it pins to the `loom` listener by # sectionName and inherits the hostname from it. A route with its own # `hostnames:` stops inheriting and stops being portable between environments. apiVersion: gateway.networking.k8s.io/v1 kind: HTTPRoute metadata: name: docs namespace: loom spec: parentRefs: - name: traefik-gateway namespace: traefik sectionName: loom rules: - backendRefs: - name: docs port: 80