--- apiVersion: gateway.networking.k8s.io/v1beta1 kind: HTTPRoute metadata: name: http-artifactory namespace: artifactory spec: hostnames: - artifactory.guaranteedstruggle.host parentRefs: - name: my-gateway namespace: default rules: - matches: - path: type: PathPrefix value: / backendRefs: - name: artifactory-artifactory-nginx port: 80