--- apiVersion: gateway.networking.k8s.io/v1 kind: HTTPRoute metadata: name: http-flask-htmx-board-our-style namespace: vdk2ch spec: hostnames: #- board.guaranteedstruggle.host - our-style.board.vdk2ch.ru parentRefs: - name: my-gateway namespace: default rules: - matches: - path: type: PathPrefix value: / backendRefs: - name: flask-htmx-our-style-service port: 5000