diff --git a/platform/gcloud/README.md b/platform/gcloud/README.md index 6529093..18f16da 100644 --- a/platform/gcloud/README.md +++ b/platform/gcloud/README.md @@ -370,7 +370,12 @@ As Google native Ingress does not support the same URL rewriting rules as other 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/load_balancing_resources.png) +![Load balancing resources](images/lb_resources.png) + +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) #### d. Retrieving license usage diff --git a/platform/gcloud/images/lb_host_and_path_rules.png b/platform/gcloud/images/lb_host_and_path_rules.png new file mode 100644 index 0000000..21f597b Binary files /dev/null and b/platform/gcloud/images/lb_host_and_path_rules.png differ diff --git a/platform/gcloud/images/load_balancing_resources.png b/platform/gcloud/images/lb_resources.png similarity index 100% rename from platform/gcloud/images/load_balancing_resources.png rename to platform/gcloud/images/lb_resources.png diff --git a/platform/gcloud/images/lb_rewrite.png b/platform/gcloud/images/lb_rewrite.png new file mode 100644 index 0000000..c451d60 Binary files /dev/null and b/platform/gcloud/images/lb_rewrite.png differ