From 861284bb37a4e7132841f43f5000f24943498a8e Mon Sep 17 00:00:00 2001 From: Mark Hermsdorfer Date: Thu, 18 Aug 2022 17:50:47 -0400 Subject: [PATCH 1/3] cleaned up dns docs for other f5xc orgs --- docs/f5xc_k8s_site/http_lb.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/f5xc_k8s_site/http_lb.md b/docs/f5xc_k8s_site/http_lb.md index a4c2cd2d..257e656a 100644 --- a/docs/f5xc_k8s_site/http_lb.md +++ b/docs/f5xc_k8s_site/http_lb.md @@ -40,8 +40,8 @@ Follow the [F5 Distributed Cloud HTTP Load Balancer docs](https://docs.cloud.f5. Use the following settings: -- List of Domains: brewz-username.lab-app.f5demos.com -- Automatically Manage DNS Records: Check +- List of Domains: brewz-..f5demos.com + - Note: replace lab-app with a domain delegated to your F5XC organization, such as amer-ent.f5demos.com - Origin Pool: the SPA origin pool ### Routes @@ -60,9 +60,9 @@ The following settings should be modified from their default: Prefixes: -- Inventory: /api/inventory -- Recommendations: /api/recommendations -- API: /api +- /api/inventory: Inventory origin +- /api/recommendations: Recommendations origin +- /api: API origin Now we also need a route to direct /images requests to the API service. From 8f7d5e20716e0f74cad05c21e9b17a966f6b9ac4 Mon Sep 17 00:00:00 2001 From: Mark Hermsdorfer Date: Thu, 18 Aug 2022 17:58:30 -0400 Subject: [PATCH 2/3] cleaned up formatting on domain --- docs/f5xc_k8s_site/http_lb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/f5xc_k8s_site/http_lb.md b/docs/f5xc_k8s_site/http_lb.md index 257e656a..02ef0251 100644 --- a/docs/f5xc_k8s_site/http_lb.md +++ b/docs/f5xc_k8s_site/http_lb.md @@ -40,7 +40,7 @@ Follow the [F5 Distributed Cloud HTTP Load Balancer docs](https://docs.cloud.f5. Use the following settings: -- List of Domains: brewz-..f5demos.com +- List of Domains: brewz-*username*.*lab-app*.f5demos.com - Note: replace lab-app with a domain delegated to your F5XC organization, such as amer-ent.f5demos.com - Origin Pool: the SPA origin pool From 0a649cf98dad94185f5aa1152993a91e8ecefbeb Mon Sep 17 00:00:00 2001 From: Mark Hermsdorfer Date: Thu, 18 Aug 2022 18:17:51 -0400 Subject: [PATCH 3/3] fixed note md --- docs/f5xc_k8s_site/http_lb.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/f5xc_k8s_site/http_lb.md b/docs/f5xc_k8s_site/http_lb.md index 02ef0251..d53f3878 100644 --- a/docs/f5xc_k8s_site/http_lb.md +++ b/docs/f5xc_k8s_site/http_lb.md @@ -41,9 +41,10 @@ Follow the [F5 Distributed Cloud HTTP Load Balancer docs](https://docs.cloud.f5. Use the following settings: - List of Domains: brewz-*username*.*lab-app*.f5demos.com - - Note: replace lab-app with a domain delegated to your F5XC organization, such as amer-ent.f5demos.com - Origin Pool: the SPA origin pool +**Note:** replace lab-app with a domain delegated to your F5XC organization, such as amer-ent.f5demos.com + ### Routes In this step, you will configure the HTTP routes to direct requests to the appropriate microservice.