Skip to content

Commit 25429f6

Browse files
authored
Update 3-Deploy-Thomasthorntoncloud-App.md
Fix paths to folder + scripts.
1 parent 2239063 commit 25429f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

4-kubernetes_manifest/3-Deploy-Thomasthorntoncloud-App.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In this lab, you'll deploy the Thomasthorntoncloud app to your Azure Kubernetes
1414

1515
1. **Navigate to the Kubernetes Manifest Directory**
1616
```bash
17-
cd kubernetes_manifest
17+
cd 4-kubernetes_manifest
1818
```
1919
2. Deploy the Application Components
2020

@@ -25,11 +25,11 @@ In this lab, you'll deploy the Thomasthorntoncloud app to your Azure Kubernetes
2525

2626
- Install ALB Controller:
2727
```bash
28-
./scripts/1-install-alb-controller.sh
28+
./scripts/1-alb-controller-install-k8s.sh
2929
```
3030
- Install Gateway API resources:
3131
```bash
32-
./scripts/2-install-gateway-api.sh
32+
./scripts/2-gateway-api-resources.sh
3333
```
3434

3535
3. **Verify Deployment**

0 commit comments

Comments
 (0)