Skip to content

Commit 10edb26

Browse files
committed
Added reference about URL rewrite
1 parent 7f2e837 commit 10edb26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform/gcloud/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -367,13 +367,13 @@ kubectl apply -f licensing-instance.yaml -n ibm-licensing
367367
368368
#### c. Modify GKE Load Balancer settings
369369

370-
As Google native Load Balancer does not support the same URL rewriting rules as other ones (such as NGINX), some settings have to be modified directly on GCP Web UI.
370+
As Google native Load Balancer does not support the same URL rewriting rules as other ones (such as NGINX), [some settings have to be modified](https://cloud.google.com/load-balancing/docs/https/setting-up-url-rewrite) directly on GCP Web UI.
371371

372372
You have to look for the ibm-licensing-service-instance in the list of Ingresses, then select its Load Balancer in the list of resources at the bottom:
373373

374374
![Load balancing resources](images/lb_resources.png)
375375

376-
Edit the rule about /ibm-licensing-service-instance/* and add / as path prefix rewrite:
376+
Edit the rule about /ibm-licensing-service-instance/* and add `/` as path prefix rewrite:
377377

378378
![Load balancing Host and Path rules](images/lb_host_and_path_rules.png)
379379
![Load balancing Rewrite](images/lb_rewrite.png)

0 commit comments

Comments
 (0)