apiVersion: gateway.networking.k8s.io/v1 kind: HTTPRoute metadata: name: argocd namespace: argocd spec: parentRefs: - name: edge namespace: gateway sectionName: https hostnames: - argocd.kube.huskypup.net rules: - matches: - path: type: PathPrefix value: / backendRefs: - name: argocd-server port: 80