apiVersion: gateway.networking.k8s.io/v1 kind: HTTPRoute metadata: name: guacamole namespace: guacamole spec: parentRefs: - name: edge namespace: gateway sectionName: https hostnames: - guacamole.kube.huskypup.net rules: - matches: - path: type: PathPrefix value: /guacamole filters: - type: URLRewrite urlRewrite: path: type: ReplacePrefixMatch replacePrefixMatch: / backendRefs: - name: guacamole port: 8080 - matches: - path: type: PathPrefix value: / backendRefs: - name: guacamole port: 8080