Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

How can i redirect traffic in my URL map configuration

 

I have the following:

http://34.117.1.48

http://34.117.1.48/images/

[Query] How can i redirect all requests from http://34.117.1.48/images/<anything> to http://34.117.1.48/images/three-cats.jpg

 

Presently, my path rules are as follows:

 

defaultService: projects/test-case2-b/global/backendServices/cross-ref-backend-service
name: test-path-matcher
pathRules:
- paths:
  - /images/*
  service: projects/test-case2-b/global/backendBuckets/cross-ref-backend-bucket
 
Now, i guess i need to use route rules:
But how do i go about setting it up. 

Any pointers would be helpful.

Thank you!

0 2 267