Skip to content

Commit

Permalink
Added reference about URL rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
PYLochou committed Dec 5, 2024
1 parent 7f2e837 commit 10edb26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platform/gcloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,13 +367,13 @@ kubectl apply -f licensing-instance.yaml -n ibm-licensing
#### c. Modify GKE Load Balancer settings

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.
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.

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:

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

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

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

0 comments on commit 10edb26

Please sign in to comment.