apiVersion: route.openshift.io/v1 kind: Route metadata: name: openclaw namespace: openclaw spec: host: openclaw.apps.lab.apilab.us httpHeaders: actions: request: - name: Origin action: type: Set set: value: "https://openclaw.apps.lab.apilab.us" to: kind: Service name: openclaw weight: 100 port: targetPort: http tls: termination: edge insecureEdgeTerminationPolicy: Redirect wildcardPolicy: None