Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/serving/samples/knative-routing-go/routing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ spec:
- uri:
prefix: "/login"
rewrite:
# Rewrite the original host header to the host header of Search service
# in order to redirect requests to Search service.
# Rewrite the original host header to the host header of Login service
# in order to redirect requests to Login service.
authority: login-service.default.example.com
route:
# Basically here we redirect the request to the cluster entry again with
# updated header "login-service.default.example.com" so the request will
# eventually be directed to LOgin service.
# eventually be directed to Login service.
- destination:
host: istio-ingressgateway.istio-system.svc.cluster.local
port:
Expand Down