apiVersion: route.openshift.io/v1 kind: Route metadata: name: resource-governance-route namespace: resource-governance labels: app.kubernetes.io/name: resource-governance app.kubernetes.io/component: governance annotations: haproxy.router.openshift.io/timeout: "300s" haproxy.router.openshift.io/rate-limit: "100" spec: host: oru.apps.shrocp4upi419ovn.lab.upshift.rdu2.redhat.com to: kind: Service name: resource-governance-service weight: 100 port: targetPort: http tls: termination: edge insecureEdgeTerminationPolicy: Redirect wildcardPolicy: None